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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 漆ケョF | 111100011110000110001110101111011111000010111101101110011010111001000110 | f1e18ebdf0bdb9ae46 |
EUC-JP | ?漆?ケョF | 001111111011110010111111001111111000111010111001100011101010111001000110 | 3fbcbf3f8eb98eae46 |
UTF-8 | 漆ケョF | 11101110100001011001110011100110101111001000011011101110100000011011110011101111101111011011100111101111101111011010111001000110 | ee859ce6bc86ee81bcefbdb9efbdae46 |
UHC | ?漆???F | 00111111111101101101010000111111001111110011111101000110 | 3ff6d43f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)