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 | 0011111100111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f3f5245 |
SJIS-WIN | ???畏??RE | 001111110011111100111111100010001101100000111111001111110101001001000101 | 3f3f3f88d83f3f5245 |
EUC-JP | ???畏??RE | 001111110011111100111111101100001101101000111111001111110101001001000101 | 3f3f3fb0da3f3f5245 |
UTF-8 | 歷쇔쳣畏먫뮅RE | 1110111110100110100011001110110010000111100101001110110010110011101000111110011110010101100011111110101110101000101010111110101110101110100001010101001001000101 | efa68cec8794ecb3a3e7958feba8abebae855245 |
UHC | 歷쇔쳣畏먫뮅RE | 1110011010111000101111001110010110101011100010011110100011100110100100001110100010010010100101000101001001000101 | e6b8bce5ab89e8e690e892945245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)