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 | PV²H | 1001001001010000100100100101011010010001101100101001001001001000 | 9250925691b29248 |
SJIS-WIN | ?P?V???H | 0011111101010000001111110101011000111111001111110011111101001000 | 3f503f563f3f3f48 |
EUC-JP | ?P?V???H | 0011111101010000001111110101011000111111001111110011111101001000 | 3f503f563f3f3f48 |
UTF-8 | PV²H | 11000010100100100101000011000010100100100101011011000010100100011100001010110010110000101001001001001000 | c29250c29256c291c2b2c29248 |
UHC | ?P?V?²?H | 001111110101000000111111010101100011111110101001111101110011111101001000 | 3f503f563fa9f73f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)