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 | 逡ッ崧娠 | 11100111100101011010111111111010101011111001000001010000 | e795affaaf9050 |
EUC-JP | 逡ッ崧娠 | 111011011111010110001110101011111000111110111011110010101011111110110001 | edf58eaf8fbbcabfb1 |
UTF-8 | 逡ッ崧娠 | 111010011000000010100001111011111011110110101111111001011011010010100111111001011010100010100000 | e980a1efbdafe5b4a7e5a8a0 |
UHC | 逡?崧娠 | 11110001111001000011111111100010111111101110001111100011 | f1e43fe2fee3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)