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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??∮◇? | 00111111001111111000011110010011100000011001111000111111 | 3f3f8793819e3f |
EUC-JP | ???◇? | 001111110011111100111111101000011111111000111111 | 3f3f3fa1fe3f |
UTF-8 | 룵쨵∮◇룵 | 111010111010001110110101111011001010100010110101111000101000100010101110111000101001011110000111111010111010001110110101 | eba3b5eca8b5e288aee29787eba3b5 |
UHC | 룵쨵∮◇룵 | 10001111101010101010010010001111101000101011000110100001110111101000111110101010 | 8faaa48fa2b1a1de8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)