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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 竟瀧罰 | 111010001110110110010001111010111001010010110001 | e8ed91eb94b1 |
EUC-JP | 竟瀧罰 | 111100001110111111000010111011011100100010110011 | f0efc2edc8b3 |
UTF-8 | 竟瀧罰 | 111001111010101110011111111001111000000010100111111001111011110110110000 | e7ab9fe780a7e7bdb0 |
UHC | 竟瀧罰 | 110011001110010111010110111010011101101111101011 | cce5d6e9dbeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)