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 | 霎コ暲ゥ昭 | 1110100010111110101110101111101011011100101010011000111110111010 | e8bebafadca98fba |
EUC-JP | 霎コ暲ゥ昭 | 1111000011000000100011101011101010001111110000101101101110001110101010011011111010111100 | f0c08eba8fc2db8ea9bebc |
UTF-8 | 霎コ暲ゥ昭 | 111010011001110010001110111011111011110110111010111001101001101010110010111011111011110110101001111001101001100010101101 | e99c8eefbdbae69ab2efbda9e698ad |
UHC | ??暲?昭 | 00111111001111111110110111100111001111111110000110111001 | 3f3fede73fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)