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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 沼ホケ沼ホケ^ | 100011111100000011001110101110011000111111000000110011101011100101011110 | 8fc0ceb98fc0ceb95e |
EUC-JP | 沼ホケ沼ホケ^ | 10111110110000101000111011001110100011101011100110111110110000101000111011001110100011101011100101011110 | bec28ece8eb9bec28ece8eb95e |
UTF-8 | 沼ホケ沼ホケ^ | 11100110101100101011110011101111101111101000111011101111101111011011100111100110101100101011110011101111101111101000111011101111101111011011100101011110 | e6b2bcefbe8eefbdb9e6b2bcefbe8eefbdb95e |
UHC | 沼??沼??^ | 111000011011101100111111001111111110000110111011001111110011111101011110 | e1bb3f3fe1bb3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)