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 | ???v\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
SJIS-WIN | ???v\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
EUC-JP | ???v\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
UTF-8 | 列앹꼸v\ | 1110111110100110100111001110110010010101101110011110101010111100101110000111011001011100 | efa69cec95b9eabcb8765c |
UHC | 列앹꼸v\ | 1110011011101010100111011110110010000100100100000111011001011100 | e6ea9dec8490765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)