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 | 蔭蓑?? | 100010001111110010010110101010100011111100111111 | 88fc96aa3f3f |
EUC-JP | 蔭蓑?? | 101100001111111011001100101011000011111100111111 | b0feccac3f3f |
UTF-8 | 蔭蓑렒렏 | 111010001001010010101101111010001001001110010001111010111010000010010010111010111010000010001111 | e894ade89391eba092eba08f |
UHC | 蔭蓑렒렏 | 1110101111100011110111101110111010001110101001111000111010100101 | ebe3deee8ea78ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)