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 | 逕菩梺縺 | 1110011110010100100101011110110010011110100100101110001110000001 | e79495ec9e92e381 |
EUC-JP | 逕菩梺縺 | 1110110111110100110010101110111011011011111100101110010111100001 | edf4caeedbf2e5e1 |
UTF-8 | 逕菩梺縺 | 111010011000000010010101111010001000111110101001111001101010001010111010111001111011100010111010 | e98095e88fa9e6a2bae7b8ba |
UHC | 逕菩?? | 110011001110111111011100110011000011111100111111 | ccefdccc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)