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 | 楷?海? | 100111101011001000111111100010100100001100111111 | 9eb23f8a433f |
EUC-JP | 楷?海? | 110111001011010000111111101100111010010000111111 | dcb43fb3a43f |
UTF-8 | 楷렜海렡 | 111001101010010110110111111010111010000010011100111001101011010110110111111010111010000010100001 | e6a5b7eba09ce6b5b7eba0a1 |
UHC | 楷렜海렡 | 1111101010101100100011101010111011111010101011011000111010110010 | faac8eaefaad8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)