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 | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | ?橈堯RE | 00111111100111101111010011101010100111110101001001000101 | 3f9ef4ea9f5245 |
EUC-JP | ?橈堯RE | 00111111110111001111011011110100101000010101001001000101 | 3fdcf6f4a15245 |
UTF-8 | 숷橈堯RE | 1110110010001000101101111110011010101001100010001110010110100000101011110101001001000101 | ec88b7e6a988e5a0af5245 |
UHC | 숷橈堯RE | 1001101001001100111010001111101011101000111010110101001001000101 | 9a4ce8fae8eb5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)