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 | 騾ァ骰具スオ | 111010011000000010100111111010011000110110001011111011111011110110110101 | e980a7e98d8befbdb5 |
EUC-JP | 騾ァ骰具スオ | 111100011110000010001110101001111111000111101101101101101111000110001110101111011000111010110101 | f1e08ea7f1edb6f18ebd8eb5 |
UTF-8 | 騾ァ骰具スオ | 111010011010100010111110111011111011110110100111111010011010101010110000111001011000010110110111111011111011110110111101111011111011110110110101 | e9a8beefbda7e9aab0e585b7efbdbdefbdb5 |
UHC | ???具?? | 00111111001111110011111111001110111111010011111100111111 | 3f3f3fcefd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)