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 | 酌痔邪 | 1000111011011110100011101010010011110010101110011000111011010111 | 8ede8ea4f2b98ed7 |
EUC-JP | 酌痔?邪 | 10111100111000001011110010100110001111111011110011011001 | bce0bca63fbcd9 |
UTF-8 | 酌痔邪 | 111010011000010110001100111001111001011110010100111011101000011110110000111010011000001010101010 | e9858ce79794ee87b0e982aa |
UHC | 酌痔?邪 | 11101101110011001111011011000000001111111101111011110111 | edccf6c03fdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)