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 | ◆?牆?? | 10000001100111110011111111100000101011010011111100111111 | 819f3fe0ad3f3f |
EUC-JP | ◆?牆?? | 10100010101000010011111111100000101011110011111100111111 | a2a13fe0af3f3f |
UTF-8 | ◆룫牆◈룵 | 111000101001011110000110111010111010001110101011111001111000100110000110111000101001011110001000111010111010001110110101 | e29786eba3abe78986e29788eba3b5 |
UHC | ◆룫牆◈룵 | 10100001110111111000111110100010111011011110110110100010110000101000111110101010 | a1df8fa2ededa2c28faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)