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 | 驛「遘假スオ | 111010011000001110100010111001111010011110011000111011111011110110110101 | e983a2e7a798efbdb5 |
EUC-JP | 驛「遘假スオ | 111100011110001110001110101000101110111010101001110100001111000110001110101111011000111010110101 | f1e38ea2eea9d0f18ebd8eb5 |
UTF-8 | 驛「遘假スオ | 111010011010100110011011111011111011110110100010111010011000000110011000111001011000000110000111111011111011110110111101111011111011110110110101 | e9a99befbda2e98198e58187efbdbdefbdb5 |
UHC | 驛??假?? | 1110011010111110001111110011111111001010101000110011111100111111 | e6be3f3fcaa33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)