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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ワロヲ」ロミ | 1101110011011011111100011010101110100110101000111101101111010000 | dcdbf1aba6a3dbd0 |
EUC-JP | ワロ?ヲ」ロミ | 10001110110111001000111011011011001111111000111010100110100011101010001110001110110110111000111011010000 | 8edc8edb3f8ea68ea38edb8ed0 |
UTF-8 | ワロヲ」ロミ | 111011111011111010011100111011111011111010011011111011101000010010100110111011111011110110100110111011111011110110100011111011111011111010011011111011111011111010010000 | efbe9cefbe9bee84a6efbda6efbda3efbe9befbe90 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)