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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 要??吟? | 10010111011101100011111100111111100010111110000100111111 | 97763f3f8be13f |
EUC-JP | 要??吟? | 11001101110101110011111100111111101101101110001100111111 | cdd73f3fb6e33f |
UTF-8 | 要쏅뛼吟톒 | 111010001010011010000001111011001000111110000101111010111001101110111100111001011001000010011111111011011000011010010010 | e8a681ec8f85eb9bbce5909fed8692 |
UHC | 要쏅뛼吟톒 | 11101001101010011001101111101011100011011000001011101011111000011011011101101000 | e9a99beb8d82ebe1b768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)