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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邏礼朕 | 111001111011010010010111111001111001001010111101 | e7b497e792bd |
EUC-JP | 邏礼朕 | 111011101011011011001110111010011100010010111111 | eeb6cee9c4bf |
UTF-8 | 邏礼朕 | 111010011000001010001111111001111010010010111100111001101001110010010101 | e9828fe7a4bce69c95 |
UHC | 邏?朕 | 1101010110100100001111111111001011111001 | d5a43ff2f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)