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 | 底耕??啼? | 100100101110101010001101011010110011111100111111100110100110010100111111 | 92ea8d6b3f3f9a653f |
EUC-JP | 底耕??啼? | 110001001110110010111001110011000011111100111111110100111100011000111111 | c4ecb9cc3f3fd3c63f |
UTF-8 | 底耕렱렓啼렮 | 111001011011101010010101111010001000000010010101111010111010000010110001111010111010000010010011111001011001010110111100111010111010000010101110 | e5ba95e88095eba0b1eba093e595bceba0ae |
UHC | 底耕렱렓啼렮 | 111011101011110011001100111010011000111010111110100011101010100011110000101001101000111010111011 | eebccce98ebe8ea8f0a68ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)