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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 室邪B | 1000111010111010100011101101011101000010 | 8eba8ed742 |
EUC-JP | 室邪B | 1011110010111100101111001101100101000010 | bcbcbcd942 |
UTF-8 | 室邪B | 11100101101011101010010011101001100000101010101001000010 | e5aea4e982aa42 |
UHC | 室邪B | 1110001111111000110111101111011101000010 | e3f8def742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)