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 | ?稷?? | 0011111111100010011011000011111100111111 | 3fe26c3f3f |
EUC-JP | ?稷?? | 0011111111100011110011010011111100111111 | 3fe3cd3f3f |
UTF-8 | 앓稷렠앓 | 111011001001010110010011111001111010100010110111111010111010000010100000111011001001010110010011 | ec9593e7a8b7eba0a0ec9593 |
UHC | 앓稷렠앓 | 1011111011001110111100101100001110001110101100011011111011001110 | becef2c38eb1bece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)