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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 溪渙溽 | 100111111110001010011111110100001001111111100111 | 9fe29fd09fe7 |
EUC-JP | 溪渙溽 | 110111101110010011011110110100101101111011101001 | dee4ded2dee9 |
UTF-8 | 溪渙溽 | 111001101011101010101010111001101011100010011001111001101011101010111101 | e6baaae6b899e6babd |
UHC | 溪渙? | 1100110110100010111111001011100100111111 | cda2fcb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)