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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濠??漬? | 10001101100010100011111100111111100100101101000000111111 | 8d8a3f3f92d03f |
EUC-JP | 濠??漬? | 10111001111010100011111100111111110001001101001000111111 | b9ea3f3fc4d23f |
UTF-8 | 濠언ㄼ漬얗 | 111001101011111110100000111011001001011010111000111000111000010010111100111001101011110010101100111011001001011010010111 | e6bfa0ec96b8e384bce6bcacec9697 |
UHC | 濠언ㄼ漬얗 | 11111011110011001011111011110000101001001010110011110010101100001011111011101001 | fbccbef0a4acf2b0bee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)