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 | 域?鵝? | 100010001110011000111111111010100100000000111111 | 88e63fea403f |
EUC-JP | 域?鵝? | 101100001110100000111111111100111010000100111111 | b0e83ff3a13f |
UTF-8 | 域쯘鵝냕 | 111001011001111110011111111011001010111110011000111010011011010110011101111010111000001110010101 | e59f9fecaf98e9b59deb8395 |
UHC | 域쯘鵝냕 | 1110011010110100101010010101001111100100101111011000011001100010 | e6b4a953e4bd8662 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)