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 | ハ鎤ャ | 110010101111101111100001111110001101010110101100 | cafbe1f8d5ac |
EUC-JP | ハ鎤?ャ | 1000111011001010100011111110010110110011001111111000111010101100 | 8eca8fe5b33f8eac |
UTF-8 | ハ鎤ャ | 111011111011111010001010111010011000111010100100111011101001100110110100111011111011110110101100 | efbe8ae98ea4ee99b4efbdac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)