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 | 漬??衆 | 100100101101000000111111001111111000111101001111 | 92d03f3f8f4f |
EUC-JP | 漬??衆 | 110001001101001000111111001111111011110110110000 | c4d23f3fbdb0 |
UTF-8 | 漬얗커衆 | 111001101011110010101100111011001001011010010111111011001011101110100100111010001010000110000110 | e6bcacec9697ecbba4e8a186 |
UHC | 漬얗커衆 | 1111001010110000101111101110100111000100101111111111000111101011 | f2b0bee9c4bff1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)