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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嘆促則他 | 1001001001010001100100011010001110010001101001011001000110111100 | 925191a391a591bc |
EUC-JP | 嘆促則他 | 1100001110110010110000101010010111000010101001111100001010111110 | c3b2c2a5c2a7c2be |
UTF-8 | 嘆促則他 | 111001011001100010000110111001001011111110000011111001011000100110000111111001001011101110010110 | e59886e4bf83e58987e4bb96 |
UHC | 嘆促則他 | 1111011110100011111101011011010111110110110011101111011011100010 | f7a3f5b5f6cef6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)