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 | ?v???T | 001111110111011000111111001111110011111101010100 | 3f763f3f3f54 |
SJIS-WIN | 辰v叩探叩T | 10010010010000110111011010010010010000001001001001010100100100100100000001010100 | 92437692409254924054 |
EUC-JP | 辰v叩探叩T | 11000011101001000111011011000011101000011100001110110101110000111010000101010100 | c3a476c3a1c3b5c3a154 |
UTF-8 | 辰v叩探叩T | 1110100010111110101100000111011011100101100011111010100111100110100011101010001011100101100011111010100101010100 | e8beb076e58fa9e68ea2e58fa954 |
UHC | 辰v叩探叩T | 11110010111000110111011011001101101100001111011110101110110011011011000001010100 | f2e376cdb0f7aecdb054 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)