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 | 驕伎クォ | 111010011000000110001010111010101011100010101011 | e9818aeab8ab |
EUC-JP | 驕伎クォ | 1111000111100001101101001110110010001110101110001000111010101011 | f1e1b4ec8eb88eab |
UTF-8 | 驕伎クォ | 111010011010100110010101111001001011110010001110111011111011110110111000111011111011110110101011 | e9a995e4bc8eefbdb8efbdab |
UHC | 驕伎?? | 110011101111011011010000111010110011111100111111 | cef6d0eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)