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 | 茲ワ従絣居州 | 111001001010001010000011100011111000111101011101111000110101001010001011100011111000111101000010 | e4a2838f8f5de3528b8f8f42 |
EUC-JP | 茲ワ従絣居州 | 111010001010010010100101111011111011110110111110111001011011001110110101111011111011110110100011 | e8a4a5efbdbee5b3b5efbda3 |
UTF-8 | 茲ワ従絣居州 | 111010001000110010110010111000111000001110101111111001011011111010010011111001111011010110100011111001011011000110000101111001011011011110011110 | e88cb2e383afe5be93e7b5a3e5b185e5b79e |
UHC | ?ワ??居州 | 001111111010101111101111001111110011111111001011110111001111000110110110 | 3fabef3f3fcbdcf1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)