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 | ??t?? | 001111110011111110000010100101000011111100111111 | 3f3f82943f3f |
EUC-JP | ??t?? | 001111110011111110100011111101000011111100111111 | 3f3fa3f43f3f |
UTF-8 | 뤶좁t즼쇨 | 111010111010010010110110111011001010001010000001111011111011110110010100111011001010011010111100111011001000011110101000 | eba4b6eca281efbd94eca6bcec87a8 |
UHC | 뤶좁t즼쇨 | 10001111111001001100000110111100101000111111010010100011100011101011110011101010 | 8fe4c1bca3f4a38ebcea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)