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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 沼ホッ | 10001111110000001100111010101111 | 8fc0ceaf |
EUC-JP | 沼ホッ | 101111101100001010001110110011101000111010101111 | bec28ece8eaf |
UTF-8 | 沼ホッ | 111001101011001010111100111011111011111010001110111011111011110110101111 | e6b2bcefbe8eefbdaf |
UHC | 沼?? | 11100001101110110011111100111111 | e1bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)