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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 底耕??啼 | 1001001011101010100011010110101100111111001111111001101001100101 | 92ea8d6b3f3f9a65 |
EUC-JP | 底耕??啼 | 1100010011101100101110011100110000111111001111111101001111000110 | c4ecb9cc3f3fd3c6 |
UTF-8 | 底耕렱렓啼 | 111001011011101010010101111010001000000010010101111010111010000010110001111010111010000010010011111001011001010110111100 | e5ba95e88095eba0b1eba093e595bc |
UHC | 底耕렱렓啼 | 11101110101111001100110011101001100011101011111010001110101010001111000010100110 | eebccce98ebe8ea8f0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)