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 | 照鍄剰燾「ヲ | 10001111110001101110011111111011100011111110100011111011010110101010001010100110 | 8fc6e7fb8fe8fb5aa2a6 |
EUC-JP | 照鍄剰燾「ヲ | 10111110110010001110111011111101101111101110101010001111110010101011110110001110101000101000111010100110 | bec8eefdbeea8fcabd8ea28ea6 |
UTF-8 | 照鍄剰燾「ヲ | 111001111000010110100111111010011000110110000100111001011000100110110000111001111000011110111110111011111011110110100010111011111011110110100110 | e785a7e98d84e589b0e787beefbda2efbda6 |
UHC | 照??燾?? | 1111000011001110001111110011111111010100101001110011111100111111 | f0ce3f3fd4a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)