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 | 獄?<厓?? | 100011011001011000111111100000011000001111111010100011010011111100111111 | 8d963f8183fa8d3f3f |
EUC-JP | 獄?<厓?? | 10111001111101100011111110100001111000111000111110110100110001110011111100111111 | b9f63fa1e38fb4c73f3f |
UTF-8 | 獄졾<厓숃쐨 | 111001111000110110000100111011001010000110111110111011111011110010011100111001011000111010010011111011001000100010000011111011001001000010101000 | e78d84eca1beefbc9ce58e93ec8883ec90a8 |
UHC | 獄졾<厓숃쐨 | 111010001010101110100000111001011010001110111100111001001110110110011001111010001001110010001101 | e8aba0e5a3bce4ed99e89c8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)