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 | シ眈エ蔗 | 101111001110000110111100101101001110010011110010 | bce1bcb4e4f2 |
EUC-JP | シ眈エ蔗 | 1000111010111100111000101011111010001110101101001110100011110100 | 8ebce2be8eb4e8f4 |
UTF-8 | シ眈エ蔗 | 111011111011110110111100111001111001110010001000111011111011110110110100111010001001010010010111 | efbdbce79c88efbdb4e89497 |
UHC | ?眈?蔗 | 001111111111011110101111001111111110110110111101 | 3ff7af3fedbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)