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 | 訷夂泪遏預 | 11111011101001001001101011100111100111111010001111100111100111111001011101100001 | fba49ae79fa3e79f9761 |
EUC-JP | 訷夂泪遏預 | 1000111111011101110101001101010011101001110111101010010111101110101000011100110111000010 | 8fddd4d4e9dea5eea1cdc2 |
UTF-8 | 訷夂泪遏預 | 111010001010100010110111111001011010010010000010111001101011001110101010111010011000000110001111111010011010000010010000 | e8a8b7e5a482e6b3aae9818fe9a090 |
UHC | ????預 | 001111110011111100111111001111111110011111101000 | 3f3f3f3fe7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)