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 | 魘ソ迚郎 | 11101001101101001011111111100111100010011001100001011001 | e9b4bfe7899859 |
EUC-JP | 魘ソ迚郎 | 1111001010110110100011101011111111101101111010011100111110111010 | f2b68ebfede9cfba |
UTF-8 | 魘ソ迚郎 | 111010011010110110011000111011111011110110111111111010001011111110011010111010011000001110001110 | e9ad98efbdbfe8bf9ae9838e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)