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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?寡與B | 001111111000100111000111111001000110111101000010 | 3f89c7e46f42 |
EUC-JP | ?寡與B | 001111111011001011001001111001111101000001000010 | 3fb2c9e7d042 |
UTF-8 | 룶寡與B | 11101011101000111011011011100101101011111010000111101000100010001000011101000010 | eba3b6e5afa1e8888742 |
UHC | 룶寡與B | 10001111101010111100110111111011111001101010100001000010 | 8fabcdfbe6a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)