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 | 뮳R뮳^B | 111010111010111010110011010100101110101110101110101100110101111001000010 | ebaeb352ebaeb35e42 |
SJIS-WIN | ???R???^B | 001111110011111100111111010100100011111100111111001111110101111001000010 | 3f3f3f523f3f3f5e42 |
EUC-JP | ë®?Rë®?^B | 1000111110101011101100111000111110100010111011100011111101010010100011111010101110110011100011111010001011101110001111110101111001000010 | 8fabb38fa2ee3f528fabb38fa2ee3f5e42 |
UTF-8 | 뮳R뮳^B | 110000111010101111000010101011101100001010110011010100101100001110101011110000101010111011000010101100110101111001000010 | c3abc2aec2b352c3abc2aec2b35e42 |
UHC | ?®³R?®³^B | 00111111101000101110011110101001111110000101001000111111101000101110011110101001111110000101111001000010 | 3fa2e7a9f8523fa2e7a9f85e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)