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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 咤喊哺孵 | 1001101001000010100110100101111010011010010011011001101101111010 | 9a429a5e9a4d9b7a |
EUC-JP | 咤喊哺孵 | 1101001110100011110100111011111111010011101011101101010111011011 | d3a3d3bfd3aed5db |
UTF-8 | 咤喊哺孵 | 111001011001001010100100111001011001011010001010111001011001001110111010111001011010110110110101 | e592a4e5968ae593bae5adb5 |
UHC | 咤喊哺孵 | 1111011011100011111110011110001011111000110101001101110110100010 | f6e3f9e2f8d4dda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)