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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | テ淌撲BF | 11000011100111111100001110010110011011110100001001000110 | c39fc3966f4246 |
EUC-JP | テ淌撲BF | 1000111011000011110111101100010111001011110100000100001001000110 | 8ec3dec5cbd04246 |
UTF-8 | テ淌撲BF | 1110111110111110100000111110011010110111100011001110011010010010101100100100001001000110 | efbe83e6b78ce692b24246 |
UHC | ??撲BF | 001111110011111111011010110100100100001001000110 | 3f3fdad24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)