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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??怏??狎^ | 001111110011111110011100100010010011111100111111111000001011111001011110 | 3f3f9c893f3fe0be5e |
EUC-JP | ??怏??狎^ | 001111110011111111010111111010010011111100111111111000001100000001011110 | 3f3fd7e93f3fe0c05e |
UTF-8 | 롉렿怏롉렿狎^ | 11101011101000011000100111101011101000001011111111100110100000001000111111101011101000011000100111101011101000001011111111100111100010111000111001011110 | eba189eba0bfe6808feba189eba0bfe78b8e5e |
UHC | 롉렿怏롉렿狎^ | 10001110110011111000111011000111111001001110100010001110110011111000111011000111111001001110010001011110 | 8ecf8ec7e4e88ecf8ec7e4e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)