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 | 驕定騒 | 111010011000000110010010111010001001000110011011 | e98192e8919b |
EUC-JP | 驕定騒 | 111100011110000111000100111010101100000111111011 | f1e1c4eac1fb |
UTF-8 | 驕定騒 | 111010011010100110010101111001011010111010011010111010011010100010010010 | e9a995e5ae9ae9a892 |
UHC | 驕定? | 1100111011110110111011111101001000111111 | cef6efd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)