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 | 柔??? | 1000111101011111001111110011111100111111 | 8f5f3f3f3f |
EUC-JP | 柔?頊? | 10111101110000000011111110001111111001111111010000111111 | bdc03f8fe7f43f |
UTF-8 | 柔렱頊렯 | 111001101001111110010100111010111010000010110001111010011010000010001010111010111010000010101111 | e69f94eba0b1e9a08aeba0af |
UHC | 柔렱頊렯 | 1110101011110101100011101011111011101001111101011000111010111100 | eaf58ebee9f58ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)