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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 譽??o | 1110011010100011001111110011111101101111 | e6a33f3f6f |
EUC-JP | 譽??o | 1110110010100101001111110011111101101111 | eca53f3f6f |
UTF-8 | 譽긷룴o | 11101000101011011011110111101010101110001011011111101011101000111011010001101111 | e8adbdeab8b7eba3b46f |
UHC | 譽긷룴o | 11100111111000101011000111100101100011111010100101101111 | e7e2b1e58fa96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)