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 | 嵂軟貍溥 | 1111101010110010100100111110111011100110101111001001111111101110 | fab293eee6bc9fee |
EUC-JP | 嵂軟貍溥 | 100011111011101111010000110001101111000011101100101111101101111011110000 | 8fbbd0c6f0ecbedef0 |
UTF-8 | 嵂軟貍溥 | 111001011011010110000010111010001011101110011111111010001011001010001101111001101011101010100101 | e5b582e8bb9fe8b28de6baa5 |
UHC | ?軟?溥 | 001111111110011011100011001111111101110110101010 | 3fe6e33fddaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)