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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 厭??~ | 1000100101111101001111110011111101111110 | 897d3f3f7e |
EUC-JP | 厭??~ | 1011000111011110001111110011111101111110 | b1de3f3f7e |
UTF-8 | 厭꼳껮~ | 11100101100011101010110111101010101111001011001111101010101110111010111001111110 | e58eadeabcb3eabbae7e |
UHC | 厭꼳껮~ | 11100110111101001000010010001100100001000100011001111110 | e6f4848c84467e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)