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 | 沼ヒ称 | 1000111111000000110010111000111111001100 | 8fc0cb8fcc |
EUC-JP | 沼ヒ称 | 101111101100001010001110110010111011111011001110 | bec28ecbbece |
UTF-8 | 沼ヒ称 | 111001101011001010111100111011111011111010001011111001111010011110110000 | e6b2bcefbe8be7a7b0 |
UHC | 沼?? | 11100001101110110011111100111111 | e1bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)