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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | 檣?U}檣?U{^ | 1001111011111100001111110101010101111101100111101111110000111111010101010111101101011110 | 9efc3f557d9efc3f557b5e |
EUC-JP | 檣?U}檣?U{^ | 1101110011111110001111110101010101111101110111001111111000111111010101010111101101011110 | dcfe3f557ddcfe3f557b5e |
UTF-8 | 檣렡U}檣렡U{^ | 1110011010101010101000111110101110100000101000010101010101111101111001101010101010100011111010111010000010100001010101010111101101011110 | e6aaa3eba0a1557de6aaa3eba0a1557b5e |
UHC | 檣렡U}檣렡U{^ | 11101101111010101000111010110010010101010111110111101101111010101000111010110010010101010111101101011110 | edea8eb2557dedea8eb2557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)