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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺??肯也 | 1111101111000100001111110011111110001101011011011001011011100111 | fbc43f3f8d6d96e7 |
EUC-JP | 鈺??肯也 | 100011111110001111010101001111110011111110111001110011101100110011101001 | 8fe3d53f3fb9cecce9 |
UTF-8 | 鈺뽪뇥肯也 | 111010011000100010111010111010111011110110101010111010111000011110100101111010001000001010101111111001001011100110011111 | e988baebbdaaeb87a5e882afe4b99f |
UHC | 鈺뽪뇥肯也 | 11101000101011011001011011100110100001111000110111010000111010011110010110100101 | e8ad96e6878dd0e9e5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)