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 | ??]??N?? | 0011111100111111010111010011111100111111010011100011111100111111 | 3f3f5d3f3f4e3f3f |
SJIS-WIN | テヲ]テァNツ嘉 | 110000111010011001011101110000111010011101001110110000101000100111000011 | c3a65dc3a74ec289c3 |
EUC-JP | テヲ]テァNツ嘉 | 1000111011000011100011101010011001011101100011101100001110001110101001110100111010001110110000101011001011000101 | 8ec38ea65d8ec38ea74e8ec2b2c5 |
UTF-8 | テヲ]テァNツ嘉 | 1110111110111110100000111110111110111101101001100101110111101111101111101000001111101111101111011010011101001110111011111011111010000010111001011001100010001001 | efbe83efbda65defbe83efbda74eefbe82e59889 |
UHC | ??]??N?嘉 | 001111110011111101011101001111110011111101001110001111111100101010101001 | 3f3f5d3f3f4e3fcaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)