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 | 傳???檍町 | 100110010100001000111111001111110011111110011110111110001001001010101100 | 99423f3f3f9ef892ac |
EUC-JP | 傳???檍町 | 110100011010001100111111001111110011111111011100111110101100010010101110 | d1a33f3f3fdcfac4ae |
UTF-8 | 傳뀜렰얏檍町 | 111001011000001010110011111010111000000010011100111010111010000010110000111011001001011010001111111001101010101010001101111001111001010010111010 | e582b3eb809ceba0b0ec968fe6aa8de794ba |
UHC | 傳뀜렰얏檍町 | 111011101110111010110010111100011000111010111101101111101110011011100101111001011110111111101011 | eeeeb2f18ebdbee6e5e5efeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)