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 | 驗偵i謫 | 1110100110000100100100101110001110000010100010011110011010010011 | e98492e38289e693 |
EUC-JP | 驗偵i謫 | 1111000111100100110001001110010110100011111010011110101111110011 | f1e4c4e5a3e9ebf3 |
UTF-8 | 驗偵i謫 | 111010011010100110010111111001011000000110110101111011111011110110001001111010001010110010101011 | e9a997e581b5efbd89e8acab |
UHC | 驗偵i謫 | 1111101011010000111011111100111110100011111010011110111011100011 | fad0efcfa3e9eee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)