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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疾漆シ燻シ捨 | 10001110101111101000111010111101101111001110000010001110101111001000111011001100 | 8ebe8ebdbce08ebc8ecc |
EUC-JP | 疾漆シ燻シ捨 | 101111001100000010111100101111111000111010111100110111111110111010001110101111001011110011001110 | bcc0bcbf8ebcdfee8ebcbcce |
UTF-8 | 疾漆シ燻シ捨 | 111001111001011010111110111001101011110010000110111011111011110110111100111001111000011110111011111011111011110110111100111001101000110110101000 | e796bee6bc86efbdbce787bbefbdbce68da8 |
UHC | 疾漆?燻?捨 | 11110010111100001111011011010100001111111111110110111000001111111101111011010111 | f2f0f6d43ffdb83fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)