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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 猷??猷ロ?] | 10010111010100010011111100111111100101110101000110000011100011010011111101011101 | 97513f3f9751838d3f5d |
EUC-JP | 猷??猷ロ?] | 11001101101100100011111100111111110011011011001010100101111011010011111101011101 | cdb23f3fcdb2a5ed3f5d |
UTF-8 | 猷띠쭛猷ロ솘] | 11100111100011001011011111101011100111011010000011101100101011011001101111100111100011001011011111100011100000111010110111101100100001101001100001011101 | e78cb7eb9da0ecad9be78cb7e383adec86985d |
UHC | 猷띠쭛猷ロ솘] | 11101011101000111011011011101100101001111001000111101011101000111010101111101101100110011001011001011101 | eba3b6eca791eba3abed99965d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)