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 | 1000110011100110001111110011111101101111 | 8ce63f3f6f |
EUC-JP | 梧??o | 1011100011101000001111110011111101101111 | b8e83f3f6f |
UTF-8 | 梧쏙쉈o | 11100110101000101010011111101100100011111001100111101100100010011000100001101111 | e6a2a7ec8f99ec89886f |
UHC | 梧쏙쉈o | 11100111111111001011110111101111101111011010010101101111 | e7fcbdefbda56f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)