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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????趾? | 00111111001111110011111100111111111001101110010000111111 | 3f3f3f3fe6e43f |
EUC-JP | ????趾? | 00111111001111110011111100111111111011001110011000111111 | 3f3f3f3fece63f |
UTF-8 | 炡몃렰렩趾렩 | 111001111000001010100001111010111010101010000011111010111010000010110000111010111010000010101001111010001011011010111110111010111010000010101001 | e782a1ebaa83eba0b0eba0a9e8b6beeba0a9 |
UHC | 炡몃렰렩趾렩 | 111011111110100010111000111010111000111010111101100011101011011111110010101111111000111010110111 | efe8b8eb8ebd8eb7f2bf8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)