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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獄????じ | 1000110110010110001111110011111100111111001111111000001010110110 | 8d963f3f3f3f82b6 |
EUC-JP | 獄????じ | 1011100111110110001111110011111100111111001111111010010010111000 | b9f63f3f3f3fa4b8 |
UTF-8 | 獄븍슢杻⑶じ | 111001111000110110000100111010111011100010001101111011001000101010100010111011111010011110001000111000101001000110110110111000111000000110011000 | e78d84ebb88dec8aa2efa788e291b6e38198 |
UHC | 獄븍슢杻⑶じ | 111010001010101110111010111010111001101010101110111010101111010010101001111010011010101010111000 | e8abbaeb9aaeeaf4a9e9aab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)