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 | 驍峨k | 111010011000001010001001111000111000001010001011 | e98289e3828b |
EUC-JP | 驍峨k | 111100011110001010110010111001011010001111101011 | f1e2b2e5a3eb |
UTF-8 | 驍峨k | 111010011010100110001101111001011011001110101000111011111011110110001011 | e9a98de5b3a8efbd8b |
UHC | 驍峨k | 111111011010010011100100101100011010001111101011 | fda4e4b1a3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)