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 | 狸坦遜捉 | 1001001001001011100100100101001010010001101110111001000110101000 | 924b925291bb91a8 |
EUC-JP | 狸坦遜捉 | 1100001110101100110000111011001111000010101111011100001010101010 | c3acc3b3c2bdc2aa |
UTF-8 | 狸坦遜捉 | 111001111000101110111000111001011001110110100110111010011000000110011100111001101000110110001001 | e78bb8e59da6e9819ce68d89 |
UHC | 狸坦遜捉 | 1101011111100001111101111010010011100001111000011111001110110101 | d7e1f7a4e1e1f3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)