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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 釭ホ饅 | 11111011101111011100111011110000110001111110100101011100 | fbbdcef0c7e95c |
EUC-JP | 釭ホ?饅 | 1000111111100011101011111000111011001110001111111111000110111101 | 8fe3af8ece3ff1bd |
UTF-8 | 釭ホ饅 | 111010011000011110101101111011111011111010001110111011101000001010000110111010011010010110000101 | e987adefbe8eee8286e9a585 |
UHC | ???饅 | 0011111100111111001111111101100011000011 | 3f3f3fd8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)