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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 箋ょ?RE | 11100010101100111000001011100101001111110101001001000101 | e2b382e53f5245 |
EUC-JP | 箋ょ?RE | 11100100101101011010010011100111001111110101001001000101 | e4b5a4e73f5245 |
UTF-8 | 箋ょ뒙RE | 1110011110101110100010111110001110000010100001111110101110010010100110010101001001000101 | e7ae8be38287eb92995245 |
UHC | 箋ょ뒙RE | 1110111110101000101010101110011110001010100101100101001001000101 | efa8aae78a965245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)