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 | 帠| 1100001110100101110000101011100011000010 | c3a5c2b8c2 |
SJIS-WIN | ?¥??? | 001111111000000110001111001111110011111100111111 | 3f818f3f3f3f |
EUC-JP | �¸ | 10001111101010101010101000111111100011111010101010100100100011111010001010110001100011111010101010100100 | 8faaaa3f8faaa48fa2b18faaa4 |
UTF-8 | 帠| 11000011100000111100001010100101110000111000001011000010101110001100001110000010 | c383c2a5c382c2b8c382 |
UHC | ???¸? | 001111110011111100111111101000101010110000111111 | 3f3f3fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)