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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲ル?異? | 1110000110011111100000111000101100111111100010001101100100111111 | e19f838b3f88d93f |
EUC-JP | 癲ル?異? | 1110001010100001101001011110101100111111101100001101101100111111 | e2a1a5eb3fb0db3f |
UTF-8 | 癲ル씤異켃 | 111001111001100110110010111000111000001110101011111011001001010010100100111001111001010110110000111011001011110010000011 | e799b2e383abec94a4e795b0ecbc83 |
UHC | 癲ル씤異켃 | 11101111101001101010101111101011100111011011100011101100101101101011000101000010 | efa6abeb9db8ecb6b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)