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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 訒ゥ霆ク\ | 11111011101000111010100111101000101110111011100001011100 | fba3a9e8bbb85c |
EUC-JP | 訒ゥ霆ク\ | 10001111110111011100100010001110101010011111000010111101100011101011100001011100 | 8fddc88ea9f0bd8eb85c |
UTF-8 | 訒ゥ霆ク\ | 11101000101010001001001011101111101111011010100111101001100111001000011011101111101111011011100001011100 | e8a892efbda9e99c86efbdb85c |
UHC | ??霆?\ | 001111110011111111101111111111010011111101011100 | 3f3feffd3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)