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 | 藕??? | 1110010101011000001111110011111100111111 | e5583f3f3f |
EUC-JP | 藕??? | 1110100110111001001111110011111100111111 | e9b93f3f3f |
UTF-8 | 藕렡理렜 | 111010001001011110010101111010111010000010100001111011111010011110100100111010111010000010011100 | e89795eba0a1efa7a4eba09c |
UHC | 藕렡理렜 | 1110100111100100100011101011001011101100101101011000111010101110 | e9e48eb2ecb58eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)