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 | ???T | 00111111001111110011111101010100 | 3f3f3f54 |
SJIS-WIN | 弱??T | 1000111011100011001111110011111101010100 | 8ee33f3f54 |
EUC-JP | 弱??T | 1011110011100101001111110011111101010100 | bce53f3f54 |
UTF-8 | 弱꾣뜥T | 11100101101111001011000111101010101111101010001111101011100111001010010101010100 | e5bcb1eabea3eb9ca554 |
UHC | 弱꾣뜥T | 11100101101100001000010011100110100011011010100001010100 | e5b084e68da854 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)