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 | 瓦ゆ?彦? | 1000101010100010100000101110010000111111100101010100011000111111 | 8aa282e43f95463f |
EUC-JP | 瓦ゆ?彦? | 1011010010100100101001001110011000111111110010011010011100111111 | b4a4a4e63fc9a73f |
UTF-8 | 瓦ゆ솄彦쿍 | 111001111001001110100110111000111000001010000110111011001000011010000100111001011011110110100110111011001011111110001101 | e793a6e38286ec8684e5bda6ecbf8d |
UHC | 瓦ゆ솄彦쿍 | 11101000101111111010101011100110100110011000100111100101111010011011001101000010 | e8bfaae69989e5e9b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)