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 | ?b??RE | 001111110110001000111111001111110101001001000101 | 3f623f3f5245 |
SJIS-WIN | ?b??RE | 001111110110001000111111001111110101001001000101 | 3f623f3f5245 |
EUC-JP | ?b??RE | 001111110110001000111111001111110101001001000101 | 3f623f3f5245 |
UTF-8 | 창b챕챤RE | 111011001011000010111101011000101110110010110001100101011110110010110001101001000101001001000101 | ecb0bd62ecb195ecb1a45245 |
UHC | 창b챕챤RE | 110000111010001001100010110000111010100111000011101011100101001001000101 | c3a262c3a9c3ae5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)