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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
EUC-JP | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
UTF-8 | 횚쨩청횖RE | 1110110110011010100110101110110010101000101010011110110010110010101011011110110110011010100101100101001001000101 | ed9a9aeca8a9ecb2aded9a965245 |
UHC | 횚쨩청횖RE | 11000011100101001100001010111011110000111011101111000011100100000101001001000101 | c394c2bbc3bbc3905245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)