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 | 耀??寃?? | 1001011101110011001111110011111110011011100000110011111100111111 | 97733f3f9b833f3f |
EUC-JP | 耀??寃?? | 1100110111010100001111110011111111010101111000110011111100111111 | cdd43f3fd5e33f3f |
UTF-8 | 耀붿뮀寃숂뫀 | 111010001000000010000000111010111011011010111111111010111010111010000000111001011010111110000011111011001000100010000010111010111010101110000000 | e88080ebb6bfebae80e5af83ec8882ebab80 |
UHC | 耀붿뮀寃숂뫀 | 111010011010010110010100111011001001001010001111111010101011001010011001111001111001000110100100 | e9a594ec928feab299e791a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)