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 | 隰疲「ァ謔ク | 111010001010110010010100111001101010001010100111111001101000001010111000 | e8ac94e6a2a7e682b8 |
EUC-JP | 隰疲「ァ謔ク | 111100001010111011001000111010001000111010100010100011101010011111101011111000101000111010111000 | f0aec8e88ea28ea7ebe28eb8 |
UTF-8 | 隰疲「ァ謔ク | 111010011001101010110000111001111001011010110010111011111011110110100010111011111011110110100111111010001010110010010100111011111011110110111000 | e99ab0e796b2efbda2efbda7e8ac94efbdb8 |
UHC | ?疲??謔? | 0011111111111001101010100011111100111111111110011100110000111111 | 3ff9aa3f3ff9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)