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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裲サ辯達 | 11100101111010101011101111100111100001111001001001000010 | e5eabbe7879242 |
EUC-JP | 裲サ辯達 | 1110101011101100100011101011101111101101111001111100001110100011 | eaec8ebbede7c3a3 |
UTF-8 | 裲サ辯達 | 111010001010001110110010111011111011110110111011111010001011111010101111111010011000000110010100 | e8a3b2efbdbbe8beafe98194 |
UHC | ??辯達 | 001111110011111111011100101010101101001110111001 | 3f3fdcaad3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)