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 | 驗偵eホ | 11101001100001001001001011100011100000101000010111001110 | e98492e38285ce |
EUC-JP | 驗偵eホ | 1111000111100100110001001110010110100011111001011000111011001110 | f1e4c4e5a3e58ece |
UTF-8 | 驗偵eホ | 111010011010100110010111111001011000000110110101111011111011110110000101111011111011111010001110 | e9a997e581b5efbd85efbe8e |
UHC | 驗偵e? | 11111010110100001110111111001111101000111110010100111111 | fad0efcfa3e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)