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 | 擁? 娃 | 10010111011010010011111110000001010000001000100010100001 | 97693f814088a1 |
EUC-JP | 擁? 娃 | 11001101110010100011111110100001101000011011000010100011 | cdca3fa1a1b0a3 |
UTF-8 | 擁녑 娃 | 111001101001001110000001111010111000010110010001111000111000000010000000111001011010100010000011 | e69381eb8591e38080e5a883 |
UHC | 擁녑 娃 | 1110100010110110101100111110010110100001101000011110100011011111 | e8b6b3e5a1a1e8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)