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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 葬?咫?跨^ | 100100011001001000111111100110100100000000111111100011001101011101011110 | 91923f9a403f8cd75e |
EUC-JP | 葬?咫?跨^ | 110000011111001000111111110100111010000100111111101110001101100101011110 | c1f23fd3a13fb8d95e |
UTF-8 | 葬렱咫곈跨^ | 11101000100100011010110011101011101000001011000111100101100100101010101111101010101100111000100011101000101101111010100001011110 | e891aceba0b1e592abeab388e8b7a85e |
UHC | 葬렱咫곈跨^ | 1110110111110111100011101011111011110010101000011011000011101001110011101010010101011110 | edf78ebef2a1b0e9cea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)