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 | 牴蓍聰 | 111000001011000011100100111001111110001111100000 | e0b0e4e7e3e0 |
EUC-JP | 牴蓍聰 | 111000001011001011101000111010011110011011100010 | e0b2e8e9e6e2 |
UTF-8 | 牴蓍聰 | 111001111000100110110100111010001001001110001101111010001000000110110000 | e789b4e8938de881b0 |
UHC | ?蓍聰 | 0011111111100011110010011111010111000110 | 3fe3c9f5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)