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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?あ曝や? | 0011111110000010101000001001010010011000100000101110001000111111 | 3f82a0949882e23f |
EUC-JP | ?あ曝や? | 0011111110100100101000101100011111111000101001001110010000111111 | 3fa4a2c7f8a4e43f |
UTF-8 | 룵あ曝や룫 | 111010111010001110110101111000111000000110000010111001101001101110011101111000111000001010000100111010111010001110101011 | eba3b5e38182e69b9de38284eba3ab |
UHC | 룵あ曝や룫 | 10001111101010101010101010100010111110001110110110101010111001001000111110100010 | 8faaaaa2f8edaae48fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)