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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ショhショ | 1011110010101110011010001011110010101110 | bcae68bcae |
EUC-JP | ショhショ | 100011101011110010001110101011100110100010001110101111001000111010101110 | 8ebc8eae688ebc8eae |
UTF-8 | ショhショ | 11101111101111011011110011101111101111011010111001101000111011111011110110111100111011111011110110101110 | efbdbcefbdae68efbdbcefbdae |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)