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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 役??役??B | 100101101111000000111111001111111001011011110000001111110011111101000010 | 96f03f3f96f03f3f42 |
EUC-JP | 役??役??B | 110011001111001000111111001111111100110011110010001111110011111101000010 | ccf23f3fccf23f3f42 |
UTF-8 | 役룸졁役룸졁B | 11100101101111011011100111101011101000111011100011101100101000011000000111100101101111011011100111101011101000111011100011101100101000011000000101000010 | e5bdb9eba3b8eca181e5bdb9eba3b8eca18142 |
UHC | 役룸졁役룸졁B | 11100110101101011011011111101011101000001011001011100110101101011011011111101011101000001011001001000010 | e6b5b7eba0b2e6b5b7eba0b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)