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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 丈サ菽ヲ | 100011111110010010111011111001001100000110100110 | 8fe4bbe4c1a6 |
EUC-JP | 丈サ菽ヲ | 1011111011100110100011101011101111101000110000111000111010100110 | bee68ebbe8c38ea6 |
UTF-8 | 丈サ菽ヲ | 111001001011100010001000111011111011110110111011111010001000111110111101111011111011110110100110 | e4b888efbdbbe88fbdefbda6 |
UHC | 丈?菽? | 111011011101101100111111111000101101110100111111 | eddb3fe2dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)