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 | 1001111010111101001111110011111101000010 | 9ebd3f3f42 |
EUC-JP | 椰??B | 1101110010111111001111110011111101000010 | dcbf3f3f42 |
UTF-8 | 椰됮쎁B | 11100110101001001011000011101011100100001010111011101100100011101000000101000010 | e6a4b0eb90aeec8e8142 |
UHC | 椰됮쎁B | 11100101101010111000100111101001100110111010101101000010 | e5ab89e99bab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)