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 | 淫k?魏 | 10001000111110101000001010001011001111111110100110110000 | 88fa828b3fe9b0 |
EUC-JP | 淫k?魏 | 10110000111111001010001111101011001111111111001010110010 | b0fca3eb3ff2b2 |
UTF-8 | 淫k쨱魏 | 111001101011011110101011111011111011110110001011111011001010100010110001111010011010110110001111 | e6b7abefbd8beca8b1e9ad8f |
UHC | 淫k쨱魏 | 1110101111100010101000111110101110100100100010111110101011100000 | ebe2a3eba48beae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)