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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遶溽ャャ | 111001111010101110011111111001111010110010101100 | e7ab9fe7acac |
EUC-JP | 遶溽ャャ | 1110111010101101110111101110100110001110101011001000111010101100 | eeaddee98eac8eac |
UTF-8 | 遶溽ャャ | 111010011000000110110110111001101011101010111101111011111011110110101100111011111011110110101100 | e981b6e6babdefbdacefbdac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)