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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畯?弔?制 | 1111101101101111001111111001001010100010001111111001000010100111 | fb6f3f92a23f90a7 |
EUC-JP | 畯?弔?制 | 100011111100110110111011001111111100010010100100001111111100000010101001 | 8fcdbb3fc4a43fc0a9 |
UTF-8 | 畯퓌弔렲制 | 111001111001010110101111111011011001001110001100111001011011110010010100111010111010000010110010111001011000100010110110 | e795afed938ce5bc94eba0b2e588b6 |
UHC | 畯퓌弔렲制 | 11110001111000011100011110110110111100001100000010001110101111111111000010100100 | f1e1c7b6f0c08ebff0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)