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 | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
SJIS-WIN | 霎ソ蝮ヲ蟾スZ | 11101000101111101011111111100101100111011010011011100101101101111011110101011010 | e8bebfe59da6e5b7bd5a |
EUC-JP | 霎ソ蝮ヲ蟾スZ | 11110000110000001000111010111111111010011111110110001110101001101110101010111001100011101011110101011010 | f0c08ebfe9fd8ea6eab98ebd5a |
UTF-8 | 霎ソ蝮ヲ蟾スZ | 11101001100111001000111011101111101111011011111111101000100111011010111011101111101111011010011011101000100111111011111011101111101111011011110101011010 | e99c8eefbdbfe89daeefbda6e89fbeefbdbd5a |
UHC | ????蟾?Z | 0011111100111111001111110011111111100000111010100011111101011010 | 3f3f3f3fe0ea3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)