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 | 鬨セ讎雁徐霎 | 1110100110101000101111101110011010100110100010101110010110001111100110011110100010111110 | e9a8bee6a68ae58f99e8be |
EUC-JP | 鬨セ讎雁徐霎 | 111100101010101010001110101111101110110010101000101101001110011110111101111110011111000011000000 | f2aa8ebeeca8b4e7bdf9f0c0 |
UTF-8 | 鬨セ讎雁徐霎 | 111010011010110010101000111011111011110110111110111010001010111010001110111010011001101110000001111001011011111010010000111010011001110010001110 | e9aca8efbdbee8ae8ee99b81e5be90e99c8e |
UHC | ???雁徐? | 0011111100111111001111111110010011010010110111111110111100111111 | 3f3f3fe4d2dfef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)