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 | 鈺??給? | 11111011110001000011111100111111100010111000101100111111 | fbc43f3f8b8b3f |
EUC-JP | 鈺??給倻 | 10001111111000111101010100111111001111111011010111101011100011111011000111110110 | 8fe3d53f3fb5eb8fb1f6 |
UTF-8 | 鈺뽪뇥給倻 | 111010011000100010111010111010111011110110101010111010111000011110100101111001111011010110100110111001011000000010111011 | e988baebbdaaeb87a5e7b5a6e580bb |
UHC | 鈺뽪뇥給倻 | 11101000101011011001011011100110100001111000110111010000111001011110010110100110 | e8ad96e6878dd0e5e5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)