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 | 湿釈湿酌 | 111100001011101110001110101111001000111011011111100011101011110010001110110111101111000011000110 | f0bb8ebc8edf8ebc8edef0c6 |
EUC-JP | ?湿釈湿酌? | 00111111101111001011111010111100111000011011110010111110101111001110000000111111 | 3fbcbebce1bcbebce03f |
UTF-8 | 湿釈湿酌 | 111011101000000110111010111001101011100110111111111010011000011110001000111001101011100110111111111010011000010110001100111011101000001010000101 | ee81bae6b9bfe98788e6b9bfe9858cee8285 |
UHC | ????酌? | 00111111001111110011111100111111111011011100110000111111 | 3f3f3f3fedcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)