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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | ??秘?G | 001111110011111110010100111010010011111101000111 | 3f3f94e93f47 |
EUC-JP | ??秘?G | 001111110011111111001000111010110011111101000111 | 3f3fc8eb3f47 |
UTF-8 | 룶깹秘씸G | 11101011101000111011011011101010101110011011100111100111101001111001100011101100100101001011100001000111 | eba3b6eab9b9e7a798ec94b847 |
UHC | 룶깹秘씸G | 100011111010101110110010101000011101110111111010101111101100001001000111 | 8fabb2a1ddfabec247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)