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 | 佃???信町 | 100100101100111100111111001111110011111110010000010011011001001010101100 | 92cf3f3f3f904d92ac |
EUC-JP | 佃???信町 | 110001001101000100111111001111110011111110111111101011101100010010101110 | c4d13f3f3fbfaec4ae |
UTF-8 | 佃뀀렒곁信町 | 111001001011110110000011111010111000000010000000111010111010000010010010111010101011001110000001111001001011111110100001111001111001010010111010 | e4bd83eb8080eba092eab381e4bfa1e794ba |
UHC | 佃뀀렒곁信町 | 111011101110110010110010111010111000111010100111101100001110011111100011111000011110111111101011 | eeecb2eb8ea7b0e7e3e1efeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)