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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 猷??鎖?? | 1001011101010001001111110011111110001101101111010011111100111111 | 97513f3f8dbd3f3f |
EUC-JP | 猷??鎖?? | 1100110110110010001111110011111110111010101111110011111100111111 | cdb23f3fbabf3f3f |
UTF-8 | 猷드띂鎖앪뼞 | 111001111000110010110111111010111001001110011100111010111001110110000010111010011000111010010110111011001001010110101010111010111011110010011110 | e78cb7eb939ceb9d82e98e96ec95aaebbc9e |
UHC | 猷드띂鎖앪뼞 | 111010111010001110110101111001011000110110111101111000011111000010011101111000101001011010100001 | eba3b5e58dbde1f09de296a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)