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 | 繒?m以? | 1111101110001111001111111000001010001101100010001100100000111111 | fb8f3f828d88c83f |
EUC-JP | 繒?m以? | 100011111101010011010100001111111010001111101101101100001100101000111111 | 8fd4d43fa3edb0ca3f |
UTF-8 | 繒ㅵm以렦 | 111001111011100110010010111000111000010110110101111011111011110110001101111001001011101110100101111010111010000010100110 | e7b992e385b5efbd8de4bba5eba0a6 |
UHC | 繒ㅵm以렦 | 11110001111110011010010011100101101000111110110111101100101001001000111010110101 | f1f9a4e5a3edeca48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)