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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 逶幎酷濶セ^ | 11100111100110111001101111101011100011011001001111101000100010011011111001011110 | e79b9beb8d93e889be5e |
EUC-JP | 逶幎酷濶セ^ | 1110110111111011110101101110110110111001111100111110111111101001100011101011111001011110 | edfbd6edb9f3efe98ebe5e |
UTF-8 | 逶幎酷濶セ^ | 11101001100000001011011011100101101110011000111011101001100001011011011111100110101111111011011011101111101111011011111001011110 | e980b6e5b98ee985b7e6bfb6efbdbe5e |
UHC | ??酷??^ | 00111111001111111111101111100101001111110011111101011110 | 3f3ffbe53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)