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 | 虎?務寃 | 10001100110101010011111110010110101100011001101110000011 | 8cd53f96b19b83 |
EUC-JP | 虎?務寃 | 10111000110101110011111111001100101100111101010111100011 | b8d73fccb3d5e3 |
UTF-8 | 虎쇘務寃 | 111010001001100110001110111011001000011110011000111001011000101110011001111001011010111110000011 | e8998eec8798e58b99e5af83 |
UHC | 虎쇘務寃 | 1111101111011011101111001110011111011001111000101110101010110010 | fbdbbce7d9e2eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)