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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 踰∫怐B | 11100110111110101000000111100111100111001000000101000010 | e6fa81e79c8142 |
EUC-JP | 踰∫怐B | 11101100111111001010001011101001110101111110000101000010 | ecfca2e9d7e142 |
UTF-8 | 踰∫怐B | 11101000101110001011000011100010100010001010101111100110100000001001000001000010 | e8b8b0e288abe6809042 |
UHC | 踰∫?B | 111010111011001010100001111100100011111101000010 | ebb2a1f23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)