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 | 捨丈ヲ式 | 10001110110011001000111111100100101001101000111010101110 | 8ecc8fe4a68eae |
EUC-JP | 捨丈ヲ式 | 1011110011001110101111101110011010001110101001101011110010110000 | bccebee68ea6bcb0 |
UTF-8 | 捨丈ヲ式 | 111001101000110110101000111001001011100010001000111011111011110110100110111001011011110010001111 | e68da8e4b888efbda6e5bc8f |
UHC | 捨丈?式 | 11011110110101111110110111011011001111111110001111010010 | ded7eddb3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)