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 | 11111011010010011000111010111001111110111100001010001110101010100101001001000101 | fb498eb9fbc28eaa5245 |
EUC-JP | 渼嫉鈐蒔RE | 100011111100011111110000101111001011101110001111111000111100000110111100101011000101001001000101 | 8fc7f0bcbb8fe3c1bcac5245 |
UTF-8 | 渼嫉鈐蒔RE | 1110011010111000101111001110010110101011100010011110100110001000100100001110100010010010100101000101001001000101 | e6b8bce5ab89e98890e892945245 |
UHC | 渼嫉鈐蒔RE | 11011010101101001111001011101100110011001010001011100011110010000101001001000101 | dab4f2eccca2e3c85245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)