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 | 卒但叩卒 | 1001000110110010100100100100000110010010010000001001000110110010 | 91b29241924091b2 |
EUC-JP | 卒但叩卒 | 1100001010110100110000111010001011000011101000011100001010110100 | c2b4c3a2c3a1c2b4 |
UTF-8 | 卒但叩卒 | 111001011000110110010010111001001011110110000110111001011000111110101001111001011000110110010010 | e58d92e4bd86e58fa9e58d92 |
UHC | 卒但叩卒 | 1111000011101111110100111010001111001101101100001111000011101111 | f0efd3a3cdb0f0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)