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 | 驛「謌雁権 | 111010011000001110100010111001101000100010001010111001011000110010100000 | e983a2e6888ae58ca0 |
EUC-JP | 驛「謌雁権 | 11110001111000111000111010100010111010111110100010110100111001111011100010100010 | f1e38ea2ebe8b4e7b8a2 |
UTF-8 | 驛「謌雁権 | 111010011010100110011011111011111011110110100010111010001010110010001100111010011001101110000001111001101010100010101001 | e9a99befbda2e8ac8ce99b81e6a8a9 |
UHC | 驛??雁? | 11100110101111100011111100111111111001001101001000111111 | e6be3f3fe4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)