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 | 瓮?い壅 | 11100001010001000011111110000010101000101001101011010111 | e1443f82a29ad7 |
EUC-JP | 瓮?い壅 | 11100001101001010011111110100100101001001101010011011001 | e1a53fa4a4d4d9 |
UTF-8 | 瓮욤い壅 | 111001111001001110101110111011001001101010100100111000111000000110000100111001011010001110000101 | e793aeec9aa4e38184e5a385 |
UHC | 瓮욤い壅 | 1110100010110111101111111110100010101010101001001110100010110101 | e8b7bfe8aaa4e8b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)