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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曖??崖 | 100111100100001000111111001111111000101001010010 | 9e423f3f8a52 |
EUC-JP | 曖??崖 | 110110111010001100111111001111111011001110110011 | dba33f3fb3b3 |
UTF-8 | 曖멨뱢崖 | 111001101001101110010110111010111010100110101000111010111011000110100010111001011011010010010110 | e69b96eba9a8ebb1a2e5b496 |
UHC | 曖멨뱢崖 | 1110010011110010101110001110010110010011100010001110010011110000 | e4f2b8e59388e4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)