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 | 鈔碾ユャ | 111001111110001011100001111110001101010110101100 | e7e2e1f8d5ac |
EUC-JP | 鈔碾ユャ | 1110111011100100111000101111101010001110110101011000111010101100 | eee4e2fa8ed58eac |
UTF-8 | 鈔碾ユャ | 111010011000100010010100111001111010001010111110111011111011111010010101111011111011110110101100 | e98894e7a2beefbe95efbdac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)