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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鈞帷洸銛手ヲ | 1110011111100000100110111110011110011111101010011110011111110011100011101110100010100110 | e7e09be79fa9e7f38ee8a6 |
EUC-JP | 鈞帷洸銛手ヲ | 111011101110001011010110111010011101111010101011111011101111010110111100111010101000111010100110 | eee2d6e9deabeef5bcea8ea6 |
UTF-8 | 鈞帷洸銛手ヲ | 111010011000100010011110111001011011100010110111111001101011010010111000111010011000101010011011111001101000100110001011111011111011110110100110 | e9889ee5b8b7e6b4b8e98a9be6898befbda6 |
UHC | 鈞?洸?手? | 110100001011011100111111110011101100100000111111111000101010001000111111 | d0b73fcec83fe2a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)