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 | ??T???? | 00111111001111110101010000111111001111110011111100111111 | 3f3f543f3f3f3f |
SJIS-WIN | 蜩ュT遶滄カコ | 11100101100100111010110101010100111001111010101110011111111010011011011010111010 | e593ad54e7ab9fe9b6ba |
EUC-JP | 蜩ュT遶滄カコ | 11101001111100111000111010101101010101001110111010101101110111101110101110001110101101101000111010111010 | e9f38ead54eeaddeeb8eb68eba |
UTF-8 | 蜩ュT遶滄カコ | 11101000100111001010100111101111101111011010110101010100111010011000000110110110111001101011101110000100111011111011110110110110111011111011110110111010 | e89ca9efbdad54e981b6e6bb84efbdb6efbdba |
UHC | ??T?滄?? | 0011111100111111010101000011111111110011111001110011111100111111 | 3f3f543ff3e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)