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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 助??助??^ | 100011111001010100111111001111111000111110010101001111110011111101011110 | 8f953f3f8f953f3f5e |
EUC-JP | 助??助??^ | 101111011111010100111111001111111011110111110101001111110011111101011110 | bdf53f3fbdf53f3f5e |
UTF-8 | 助뀌껏助뀌껏^ | 11100101100010101010100111101011100000001000110011101010101110111000111111100101100010101010100111101011100000001000110011101010101110111000111101011110 | e58aa9eb808ceabb8fe58aa9eb808ceabb8f5e |
UHC | 助뀌껏助뀌껏^ | 11110000101111101011001011101110101100101010111111110000101111101011001011101110101100101010111101011110 | f0beb2eeb2aff0beb2eeb2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)