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 | ?紗?才? | 00111111100011101101000100111111100011011100101100111111 | 3f8ed13f8dcb3f |
EUC-JP | 馹紗?才? | 100011111110100110100001101111001101001100111111101110101100110100111111 | 8fe9a1bcd33fbacd3f |
UTF-8 | 馹紗땄才렭 | 111010011010011010111001111001111011010010010111111010111001010110000100111001101000100110001101111010111010000010101101 | e9a6b9e7b497eb9584e6898deba0ad |
UHC | 馹紗땄才렭 | 11101100111100011101111011101001101101101010010011101110101001101000111010111010 | ecf1dee9b6a4eea68eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)