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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | ツ渦yツ渦yB | 110000101000100101010001011110011100001010001001010100010111100101000010 | c2895179c289517942 |
EUC-JP | ツ渦yツ渦yB | 1000111011000010101100011011001001111001100011101100001010110001101100100111100101000010 | 8ec2b1b2798ec2b1b27942 |
UTF-8 | ツ渦yツ渦yB | 111011111011111010000010111001101011100010100110011110011110111110111110100000101110011010111000101001100111100101000010 | efbe82e6b8a679efbe82e6b8a67942 |
UHC | ?渦y?渦yB | 001111111110100010111110011110010011111111101000101111100111100101000010 | 3fe8be793fe8be7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)