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 | 1000100011010110001111110011111101000010 | 88d63f3f42 |
EUC-JP | 椅??B | 1011000011011000001111110011111101000010 | b0d83f3f42 |
UTF-8 | 椅우뿿B | 11100110101001001000010111101100100110101011000011101011101111111011111101000010 | e6a485ec9ab0ebbfbf42 |
UHC | 椅우뿿B | 11101011111101011011111111101100100101111011111101000010 | ebf5bfec97bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)