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 | ZVGµ | 1001001001011010100100100101011010010010010001111001000110110101 | 925a9256924791b5 |
SJIS-WIN | ?Z?V?G?? | 0011111101011010001111110101011000111111010001110011111100111111 | 3f5a3f563f473f3f |
EUC-JP | ?Z?V?G?? | 0011111101011010001111110101011000111111010001110011111100111111 | 3f5a3f563f473f3f |
UTF-8 | ZVGµ | 11000010100100100101101011000010100100100101011011000010100100100100011111000010100100011100001010110101 | c2925ac29256c29247c291c2b5 |
UHC | ?Z?V?G?? | 0011111101011010001111110101011000111111010001110011111100111111 | 3f5a3f563f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)