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 | ??穩 | 00111111001111111110001001110010 | 3f3fe272 |
EUC-JP | ?瘦穩 | 001111111000111111001101111101111110001111010011 | 3f8fcdf7e3d3 |
UTF-8 | 뾍瘦穩 | 111010111011111010001101111001111001100010100110111001111010100110101001 | ebbe8de798a6e7a9a9 |
UHC | 뾍瘦穩 | 100101110100101111100010101100011110100010110001 | 974be2b1e8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)