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 | 多巽竪坦 | 1001000110111101100100100100011010010010010001111001001001010010 | 91bd924692479252 |
EUC-JP | 多巽竪坦 | 1100001010111111110000111010011111000011101010001100001110110011 | c2bfc3a7c3a8c3b3 |
UTF-8 | 多巽竪坦 | 111001011010010010011010111001011011011110111101111001111010101110101010111001011001110110100110 | e5a49ae5b7bde7abaae59da6 |
UHC | 多巽竪坦 | 1101001011111101111000011101111011100010101101011111011110100100 | d2fde1dee2b5f7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)