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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????怨? | 00111111001111110011111100111111100010011000010100111111 | 3f3f3f3f89853f |
EUC-JP | ????怨? | 00111111001111110011111100111111101100011110010100111111 | 3f3f3f3fb1e53f |
UTF-8 | 吏희렑렭怨젓 | 111011111010011110011110111011011001110110101100111010111010000010010001111010111010000010101101111001101000000010101000111011001010000010010011 | efa79eed9daceba091eba0ade680a8eca093 |
UHC | 吏희렑렭怨젓 | 111011001010011111001000111100011000111010100110100011101011101011101010101100111100000110100011 | eca7c8f18ea68ebaeab3c1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)