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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 叩達続奪束 | 10010010010000001001001001000010100100011011000110010010010001001001000110101001 | 9240924291b1924491a9 |
EUC-JP | 叩達続奪束 | 11000011101000011100001110100011110000101011001111000011101001011100001010101011 | c3a1c3a3c2b3c3a5c2ab |
UTF-8 | 叩達続奪束 | 111001011000111110101001111010011000000110010100111001111011011010011010111001011010010110101010111001101001110110011111 | e58fa9e98194e7b69ae5a5aae69d9f |
UHC | 叩達?奪束 | 110011011011000011010011101110010011111111110111101011001110000111010110 | cdb0d3b93ff7ace1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)