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 | 辰速叩箪 | 1001001001000011100100011010110010010010010000001001001001011100 | 924391ac9240925c |
EUC-JP | 辰速叩箪 | 1100001110100100110000101010111011000011101000011100001110111101 | c3a4c2aec3a1c3bd |
UTF-8 | 辰速叩箪 | 111010001011111010110000111010011000000010011111111001011000111110101001111001111010111010101010 | e8beb0e9809fe58fa9e7aeaa |
UHC | 辰速叩? | 11110010111000111110000111011100110011011011000000111111 | f2e3e1dccdb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)