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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驕咬星 | 111010011000000110011001111110011001000010101111 | e98199f990af |
EUC-JP | 驕咬星 | 111100011110000111010010111110111100000010110001 | f1e1d2fbc0b1 |
UTF-8 | 驕咬星 | 111010011010100110010101111001011001001010101100111001101001100010011111 | e9a995e592ace6989f |
UHC | 驕咬星 | 110011101111011011001110111000011110000011111000 | cef6cee1e0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)