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 | 裙り搴鬚 | 1110010111100011100000101110100010011101100010111110100110100010 | e5e382e89d8be9a2 |
EUC-JP | 裙り搴鬚 | 1110101011100101101001001110101011011001111010111111001010100100 | eae5a4ead9ebf2a4 |
UTF-8 | 裙り搴鬚 | 111010001010001110011001111000111000001010001010111001101001000010110100111010011010110010011010 | e8a399e3828ae690b4e9ac9a |
UHC | 裙り?鬚 | 11001111110110011010101011101010001111111110001011010001 | cfd9aaea3fe2d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)