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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 〓?琇] | 100000011010110000111111111110110110010101011101 | 81ac3ffb655d |
EUC-JP | 〓?琇] | 10100010101011100011111110001111110011001010010101011101 | a2ae3f8fcca55d |
UTF-8 | 〓룶琇] | 11100011100000001001001111101011101000111011011011100111100100001000011101011101 | e38093eba3b6e790875d |
UHC | 〓룶琇] | 10100001111010111000111110101011111000101010111101011101 | a1eb8fabe2af5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)