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 | 獄h?芦 | 10001101100101101000001010001000001111111000100010110000 | 8d9682883f88b0 |
EUC-JP | 獄h?芦 | 10111001111101101010001111101000001111111011000010110010 | b9f6a3e83fb0b2 |
UTF-8 | 獄h꼇芦 | 111001111000110110000100111011111011110110001000111010101011110010000111111010001000101010100110 | e78d84efbd88eabc87e88aa6 |
UHC | 獄h꼇芦 | 1110100010101011101000111110100010110010101110111111101111011000 | e8aba3e8b2bbfbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)