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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??珥? | 0011111100111111111000001110000000111111 | 3f3fe0e03f |
EUC-JP | ??珥? | 0011111100111111111000001110001000111111 | 3f3fe0e23f |
UTF-8 | 렱롉珥섀 | 111010111010000010110001111010111010000110001001111001111000111110100101111011001000010010000000 | eba0b1eba189e78fa5ec8480 |
UHC | 렱롉珥섀 | 1000111010111110100011101100111111101100101101001011110010101000 | 8ebe8ecfecb4bca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)