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 | シ齊ョソセ | 1111000010100010101111001110101010001110101011101011111110111110 | f0a2bcea8eaebfbe |
EUC-JP | ?シ齊ョソセ | 0011111110001110101111001111001111101110100011101010111010001110101111111000111010111110 | 3f8ebcf3ee8eae8ebf8ebe |
UTF-8 | シ齊ョソセ | 111011101000000110100001111011111011110110111100111010011011110110001010111011111011110110101110111011111011110110111111111011111011110110111110 | ee81a1efbdbce9bd8aefbdaeefbdbfefbdbe |
UHC | ??齊??? | 00111111001111111111000010111010001111110011111100111111 | 3f3ff0ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)