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 | シユシ」葢霪 | 1011110011010101101111001010001111100100111000101110100011000100 | bcd5bca3e4e2e8c4 |
EUC-JP | シユシ」葢霪 | 100011101011110010001110110101011000111010111100100011101010001111101000111001001111000011000110 | 8ebc8ed58ebc8ea3e8e4f0c6 |
UTF-8 | シユシ」葢霪 | 111011111011110110111100111011111011111010010101111011111011110110111100111011111011110110100011111010001001000110100010111010011001110010101010 | efbdbcefbe95efbdbcefbda3e891a2e99caa |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)