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 | 驕会スヲ阮ー | 111010011000000110001001111011111011110110100110111010001001011010110000 | e98189efbda6e896b0 |
EUC-JP | 驕会スヲ阮ー | 111100011110000110110010111100011000111010111101100011101010011011101111111101101000111010110000 | f1e1b2f18ebd8ea6eff68eb0 |
UTF-8 | 驕会スヲ阮ー | 111010011010100110010101111001001011110010011010111011111011110110111101111011111011110110100110111010011001100010101110111011111011110110110000 | e9a995e4bc9aefbdbdefbda6e998aeefbdb0 |
UHC | 驕???阮? | 1100111011110110001111110011111100111111111010001101011000111111 | cef63f3f3fe8d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)