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 | 漬??? | 1001001011010000001111110011111100111111 | 92d03f3f3f |
EUC-JP | 漬??? | 1100010011010010001111110011111100111111 | c4d23f3f3f |
UTF-8 | 漬얗렢렧 | 111001101011110010101100111011001001011010010111111010111010000010100010111010111010000010100111 | e6bcacec9697eba0a2eba0a7 |
UHC | 漬얗렢렧 | 1111001010110000101111101110100110001110101100111000111010110110 | f2b0bee98eb38eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)