To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羯梧根莠 | 1110001110111001100011001110011010001101101010101110010010111010 | e3b98ce68daae4ba |
EUC-JP | 羯梧根莠 | 1110011010111011101110001110100010111010101011001110100010111100 | e6bbb8e8baace8bc |
UTF-8 | 羯梧根莠 | 111001111011111010101111111001101010001010100111111001101010000010111001111010001000111010100000 | e7beafe6a2a7e6a0b9e88ea0 |
UHC | ?梧根? | 001111111110011111111100110100001100011000111111 | 3fe7fcd0c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)