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 | 瓮b?奄 | 11100001010001001000001010000010001111111000100110000010 | e14482823f8982 |
EUC-JP | 瓮b?奄 | 11100001101001011010001111100010001111111011000111100010 | e1a5a3e23fb1e2 |
UTF-8 | 瓮b닽奄 | 111001111001001110101110111011111011110110000010111010111000101110111101111001011010010110000100 | e793aeefbd82eb8bbde5a584 |
UHC | 瓮b닽奄 | 1110100010110111101000111110001010001000101010111110010111110010 | e8b7a3e288abe5f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)