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 | 00111111001111110101001001000101 | 3f3f5245 |
SJIS-WIN | 嘆鱈RE | 100100100101000110010010010011000101001001000101 | 9251924c5245 |
EUC-JP | 嘆鱈RE | 110000111011001011000011101011010101001001000101 | c3b2c3ad5245 |
UTF-8 | 嘆鱈RE | 1110010110011000100001101110100110110001100010000101001001000101 | e59886e9b1885245 |
UHC | 嘆?RE | 1111011110100011001111110101001001000101 | f7a33f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)