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 | 疾漆シ燻シ | 1000111010111110100011101011110110111100111000001000111010111100 | 8ebe8ebdbce08ebc |
EUC-JP | 疾漆シ燻シ | 10111100110000001011110010111111100011101011110011011111111011101000111010111100 | bcc0bcbf8ebcdfee8ebc |
UTF-8 | 疾漆シ燻シ | 111001111001011010111110111001101011110010000110111011111011110110111100111001111000011110111011111011111011110110111100 | e796bee6bc86efbdbce787bbefbdbc |
UHC | 疾漆?燻? | 1111001011110000111101101101010000111111111111011011100000111111 | f2f0f6d43ffdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)