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 | ?漕? | 00111111100100011000011000111111 | 3f91863f |
EUC-JP | ?漕? | 00111111110000011110011000111111 | 3fc1e63f |
UTF-8 | 롔漕렞 | 111010111010000110010100111001101011110010010101111010111010000010011110 | eba194e6bc95eba09e |
UHC | 롔漕렞 | 100011101101100011110000110011001000111010101111 | 8ed8f0cc8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)