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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 助?遣 | 1000111110010101001111111000110010101101 | 8f953f8cad |
EUC-JP | 助?遣 | 1011110111110101001111111011100010101111 | bdf53fb8af |
UTF-8 | 助뀌遣 | 111001011000101010101001111010111000000010001100111010011000000110100011 | e58aa9eb808ce981a3 |
UHC | 助뀌遣 | 111100001011111010110010111011101100110010111010 | f0beb2eeccba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)