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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 蘂??\ | 1110010101000001001111110011111101011100 | e5413f3f5c |
EUC-JP | 蘂??\ | 1110100110100010001111110011111101011100 | e9a23f3f5c |
UTF-8 | 蘂뚭콖\ | 11101000100110001000001011101011100110101010110111101100101111011001011001011100 | e89882eb9aadecbd965c |
UHC | 蘂뚭콖\ | 11100111110111101000110011101010101100011001000001011100 | e7de8ceab1905c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)