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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 邀誹握B | 11100111101100011001010011101110100010001010110001000010 | e7b194ee88ac42 |
EUC-JP | 邀誹握B | 11101110101100111100100011110000101100001010111001000010 | eeb3c8f0b0ae42 |
UTF-8 | 邀誹握B | 11101001100000101000000011101000101010101011100111100110100011111010000101000010 | e98280e8aab9e68fa142 |
UHC | 邀誹握B | 11101001101011011101111010100110111001001100010001000010 | e9addea6e4c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)