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 | 倭??押? | 10011000011000000011111100111111100010011001111100111111 | 98603f3f899f3f |
EUC-JP | 倭??押? | 11001111110000010011111100111111101100101010000100111111 | cfc13f3fb2a13f |
UTF-8 | 倭뜹뮧押놣 | 111001011000000010101101111010111001110010111001111010111010111010100111111001101000101010111100111010111000011010100011 | e580adeb9cb9ebaea7e68abceb86a3 |
UHC | 倭뜹뮧押놣 | 11101000110111101011011011100101100100101011001011100100111000111000011101000110 | e8deb6e592b2e4e38746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)