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 | 海?虎? | 100010100100001100111111100011001101010100111111 | 8a433f8cd53f |
EUC-JP | 海?虎? | 101100111010010000111111101110001101011100111111 | b3a43fb8d73f |
UTF-8 | 海렗虎렡 | 111001101011010110110111111010111010000010010111111010001001100110001110111010111010000010100001 | e6b5b7eba097e8998eeba0a1 |
UHC | 海렗虎렡 | 1111101010101101100011101010110011111011110110111000111010110010 | faad8eacfbdb8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)