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 | ?鬼枇ご | 00111111100010110101001110010100111110001000001010110010 | 3f8b5394f882b2 |
EUC-JP | ?鬼枇ご | 00111111101101011011010011001000111110101010010010110100 | 3fb5b4c8faa4b4 |
UTF-8 | 룵鬼枇ご | 111010111010001110110101111010011010110010111100111001101001111010000111111000111000000110010100 | eba3b5e9acbce69e87e38194 |
UHC | 룵鬼枇ご | 1000111110101010110100001010000111011101111011011010101010110100 | 8faad0a1ddedaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)