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 | 臟??臟 | 111001000110011000111111001111111110010001100110 | e4663f3fe466 |
EUC-JP | 臟??臟 | 111001111100011100111111001111111110011111000111 | e7c73f3fe7c7 |
UTF-8 | 臟딈끁臟 | 111010001000011110011111111010111001010010001000111010111000000110000001111010001000011110011111 | e8879feb9488eb8181e8879f |
UHC | 臟딈끁臟 | 1110110111110100100010101110111010000101101101111110110111110100 | edf48aee85b7edf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)