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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 将蕷。゚。 | 100011111010101111100101010100001010000111011111101000011111001001000010 | 8fabe550a1dfa1f242 |
EUC-JP | 将蕷。゚。? | 1011111010101101111010011011000110001110101000011000111011011111100011101010000100111111 | beade9b18ea18edf8ea13f |
UTF-8 | 将蕷。゚。 | 111001011011000010000110111010001001010110110111111011111011110110100001111011111011111010011111111011111011110110100001111011101000010110111010 | e5b086e895b7efbda1efbe9fefbda1ee85ba |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)