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 | 疾漆シ燻シ柴 | 10001110101111101000111010111101101111001110000010001110101111001000111011000100 | 8ebe8ebdbce08ebc8ec4 |
EUC-JP | 疾漆シ燻シ柴 | 101111001100000010111100101111111000111010111100110111111110111010001110101111001011110011000110 | bcc0bcbf8ebcdfee8ebcbcc6 |
UTF-8 | 疾漆シ燻シ柴 | 111001111001011010111110111001101011110010000110111011111011110110111100111001111000011110111011111011111011110110111100111001101001111110110100 | e796bee6bc86efbdbce787bbefbdbce69fb4 |
UHC | 疾漆?燻?柴 | 11110010111100001111011011010100001111111111110110111000001111111110001111000011 | f2f0f6d43ffdb83fe3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)