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 | 甞蓚獵 | 111000010101001011100100111010011110000011011000 | e152e4e9e0d8 |
EUC-JP | 甞蓚獵 | 111000011011001111101000111010111110000011011010 | e1b3e8ebe0da |
UTF-8 | 甞蓚獵 | 111001111001010010011110111010001001001110011010111001111000110110110101 | e7949ee8939ae78db5 |
UHC | ?蓚獵 | 0011111111100010101111101101011010110100 | 3fe2bed6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)