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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??誌?? | 001111110011111110001110100011110011111100111111 | 3f3f8e8f3f3f |
EUC-JP | 饔?誌?? | 1000111111101000111011110011111110111011111011110011111100111111 | 8fe8ef3fbbef3f3f |
UTF-8 | 饔렡誌펴렟 | 111010011010010110010100111010111010000010100001111010001010101010001100111011011000111010110100111010111010000010011111 | e9a594eba0a1e8aa8ced8eb4eba09f |
UHC | 饔렡誌펴렟 | 11101000101111011000111010110010111100101011110011000110111011001000111010110000 | e8bd8eb2f2bcc6ec8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)