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 | ????§ | 0011111100111111001111110011111110100111 | 3f3f3f3fa7 |
SJIS-WIN | 闌ッ蝓溘§ | 111010001000110010101111111001011001111110011111111000111000000110011000 | e88cafe59f9fe38198 |
EUC-JP | 闌ッ蝓溘§ | 11101111111011001000111010101111111010101010000111011110111001011010000111111000 | efec8eafeaa1dee5a1f8 |
UTF-8 | 闌ッ蝓溘§ | 1110100110010111100011001110111110111101101011111110100010011101100100111110011010111010100110001100001010100111 | e9978cefbdafe89d93e6ba98c2a7 |
UHC | ????§ | 001111110011111100111111001111111010000111010111 | 3f3f3f3fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)