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 | 倭??囚? | 10011000011000000011111100111111100011101111101000111111 | 98603f3f8efa3f |
EUC-JP | 倭??囚? | 11001111110000010011111100111111101111001111110000111111 | cfc13f3fbcfc3f |
UTF-8 | 倭뜹마囚낶 | 111001011000000010101101111010111001110010111001111010111010011110001000111001011001101110011010111010111000001010110110 | e580adeb9cb9eba788e59b9aeb82b6 |
UHC | 倭뜹마囚낶 | 11101000110111101011011011100101101110001011011011100001111101101000011001000111 | e8deb6e5b8b6e1f68647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)