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 | ?儉演?? | 00111111100110010100110010001001100010010011111100111111 | 3f994c89893f3f |
EUC-JP | ?儉演?? | 00111111110100011010110110110001111010010011111100111111 | 3fd1adb1e93f3f |
UTF-8 | 룴儉演룵혧 | 111010111010001110110100111001011000010010001001111001101011110010010100111010111010001110110101111011011001100010100111 | eba3b4e58489e6bc94eba3b5ed98a7 |
UHC | 룴儉演룵혧 | 10001111101010011100101111111011111001101101000110001111101010101100001010001111 | 8fa9cbfbe6d18faac28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)