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 | 將?縡?梯? | 100110111001001000111111111000110111000100111111100100101111001000111111 | 9b923fe3713f92f23f |
EUC-JP | 將?縡?梯? | 110101011111001000111111111001011101001000111111110001001111010000111111 | d5f23fe5d23fc4f43f |
UTF-8 | 將렚縡렕梯렟 | 111001011011000010000111111010111010000010011010111001111011100010100001111010111010000010010101111001101010001010101111111010111010000010011111 | e5b087eba09ae7b8a1eba095e6a2afeba09f |
UHC | 將렚縡렕梯렟 | 111011011110001010001110101011011110111010101101100011101010101011110000101011001000111010110000 | ede28eadeead8eaaf0ac8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)