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 | 摯?瑞ズ? | 1001110110010101001111111001000010010000100000110101100100111111 | 9d953f909083593f |
EUC-JP | 摯?瑞ズ? | 1101100111110101001111111011111111110000101001011011101000111111 | d9f53fbff0a5ba3f |
UTF-8 | 摯힘瑞ズ쓰 | 111001101001000110101111111011011001111010011000111001111001000110011110111000111000001010111010111011001001001110110000 | e691afed9e98e7919ee382baec93b0 |
UHC | 摯힘瑞ズ쓰 | 11110010101001111100100011111011110111111111101010101011101110101011111010110010 | f2a7c8fbdffaabbabeb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)