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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 余??誼▼$ | 10010111010111010011111100111111100010110110001010000001101001011000000110010000 | 975d3f3f8b6281a58190 |
EUC-JP | 余??誼▼$ | 11001101101111100011111100111111101101011100001110100010101001111010000111110000 | cdbe3f3fb5c3a2a7a1f0 |
UTF-8 | 余쒖룆誼▼$ | 111001001011110110011001111011001001001010010110111010111010001110000110111010001010101010111100111000101001011010111100111011111011110010000100 | e4bd99ec9296eba386e8aabce296bcefbc84 |
UHC | 余쒖룆誼▼$ | 111001011111100110011100111011001000111110000101111010111111111010100001111001011010001110100100 | e5f99cec8f85ebfea1e5a3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)