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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 鈆雫x | 1111101111000001100011101011010001111000 | fbc18eb478 |
EUC-JP | 鈆雫x | 100011111110001110111100101111001011011001111000 | 8fe3bcbcb678 |
UTF-8 | 鈆雫x | 11101001100010001000011011101001100110111010101101111000 | e98886e99bab78 |
UHC | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)