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 | ???掩h? | 0011111100111111001111111000100110000110100000101000100000111111 | 3f3f3f898682883f |
EUC-JP | ???掩h? | 0011111100111111001111111011000111100110101000111110100000111111 | 3f3f3fb1e6a3e83f |
UTF-8 | 吳밤굜掩h녂 | 111001011001000010110011111010111011000010100100111010101011010110011100111001101000111010101001111011111011110110001000111010111000010110000010 | e590b3ebb0a4eab59ce68ea9efbd88eb8582 |
UHC | 吳밤굜掩h녂 | 111001111110111110111001111000111000001010000100111001011111001110100011111010001000011010111010 | e7efb9e38284e5f3a3e886ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)