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 | 智??杖? | 10010010011100010011111100111111100011111111000100111111 | 92713f3f8ff13f |
EUC-JP | 智??杖? | 11000011110100100011111100111111101111101111001100111111 | c3d23f3fbef33f |
UTF-8 | 智곈갗杖렚 | 111001101001100110111010111010101011001110001000111010101011000010010111111001101001110110010110111010111010000010011010 | e699baeab388eab097e69d96eba09a |
UHC | 智곈갗杖렚 | 11110010101010101011000011101001101100001010111111101101111010001000111010101101 | f2aab0e9b0afede88ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)