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 | 翁??宥 | 100010011010010100111111001111111001011101000111 | 89a53f3f9747 |
EUC-JP | 翁??宥 | 101100101010011100111111001111111100110110101000 | b2a73f3fcda8 |
UTF-8 | 翁띾뀈宥 | 111001111011111110000001111010111001110110111110111010111000000010001000111001011010111010100101 | e7bf81eb9dbeeb8088e5aea5 |
UHC | 翁띾뀈宥 | 1110100010111010100011011110101110000101100001001110101011101001 | e8ba8deb8584eae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)