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 | 鴨??油η? | 100010101001101100111111001111111001011011111011100000111100010100111111 | 8a9b3f3f96fb83c53f |
EUC-JP | 鴨??油η? | 101100111111101100111111001111111100110011111101101001101100011100111111 | b3fb3f3fccfda6c73f |
UTF-8 | 鴨밤깷油η뙠 | 1110100110110100101010001110101110110000101001001110101010111001101101111110011010110010101110011100111010110111111010111001100110100000 | e9b4a8ebb0a4eab9b7e6b2b9ceb7eb99a0 |
UHC | 鴨밤깷油η뙠 | 111001001110010110111001111000111000001110100101111010101111101010100101111001111000110010100101 | e4e5b9e383a5eafaa5e78ca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)