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 | 域??泳?? | 1000100011100110001111110011111110001001011010100011111100111111 | 88e63f3f896a3f3f |
EUC-JP | 域??泳?? | 1011000011101000001111110011111110110001110010110011111100111111 | b0e83f3fb1cb3f3f |
UTF-8 | 域⑴윮泳쒑쒼 | 111001011001111110011111111000101001000110110100111011001001110010101110111001101011001110110011111011001001001010010001111011001001001010111100 | e59f9fe291b4ec9caee6b3b3ec9291ec92bc |
UHC | 域⑴윮泳쒑쒼 | 111001101011010010101001111001111001111110101101111001111011011010011100111010001011111010110000 | e6b4a9e79fade7b69ce8beb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)