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 | 幗稟穽笞 | 1001101111101100111000100110011111100010011101101110001010011010 | 9bece267e276e29a |
EUC-JP | 幗稟穽笞 | 1101011011101110111000111100100011100011110101111110001111111010 | d6eee3c8e3d7e3fa |
UTF-8 | 幗稟穽笞 | 111001011011100110010111111001111010100010011111111001111010100110111101111001111010110010011110 | e5b997e7a89fe7a9bde7ac9e |
UHC | ?稟穽笞 | 00111111111110011010001011101111111100001111011111000010 | 3ff9a2eff0f7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)