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 | 澱?揖?? | 10010011011000100011111110010111010010110011111100111111 | 93623f974b3f3f |
EUC-JP | 澱?揖?翟 | 110001011100001100111111110011011010110000111111100011111101010110111100 | c5c33fcdac3f8fd5bc |
UTF-8 | 澱렢揖렑翟 | 111001101011111010110001111010111010000010100010111001101000111110010110111010111010000010010001111001111011111110011111 | e6beb1eba0a2e68f96eba091e7bf9f |
UHC | 澱렢揖렑翟 | 11101110111111101000111010110011111010111110011110001110101001101110111011100001 | eefe8eb3ebe78ea6eee1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)