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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?稷? | 00111111111000100110110000111111 | 3fe26c3f |
EUC-JP | ?稷? | 00111111111000111100110100111111 | 3fe3cd3f |
UTF-8 | 앓稷렠 | 111011001001010110010011111001111010100010110111111010111010000010100000 | ec9593e7a8b7eba0a0 |
UHC | 앓稷렠 | 101111101100111011110010110000111000111010110001 | becef2c38eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)