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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 趙?翁封 | 11100110111000100011111110001001101001011001010110010101 | e6e23f89a59595 |
EUC-JP | 趙?翁封 | 11101100111001000011111110110010101001111100100111110101 | ece43fb2a7c9f5 |
UTF-8 | 趙렰翁封 | 111010001011011010011001111010111010000010110000111001111011111110000001111001011011000010000001 | e8b699eba0b0e7bf81e5b081 |
UHC | 趙렰翁封 | 1111000011100001100011101011110111101000101110101101110011100110 | f0e18ebde8badce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)