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 | 霍夂距蒟 | 1110100010110111100110101110011110001011100101111110010011100101 | e8b79ae78b97e4e5 |
EUC-JP | 霍夂距蒟 | 1111000010111001110101001110100110110101111101111110100011100111 | f0b9d4e9b5f7e8e7 |
UTF-8 | 霍夂距蒟 | 111010011001110010001101111001011010010010000010111010001011011110011101111010001001001010011111 | e99c8de5a482e8b79de8929f |
UHC | ??距? | 0011111100111111110010111110010100111111 | 3f3fcbe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)