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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 伊?}伊?{^ | 100010001100100100111111011111011000100011001001001111110111101101011110 | 88c93f7d88c93f7b5e |
EUC-JP | 伊?}伊?{^ | 101100001100101100111111011111011011000011001011001111110111101101011110 | b0cb3f7db0cb3f7b5e |
UTF-8 | 伊렡}伊렡{^ | 111001001011110010001010111010111010000010100001011111011110010010111100100010101110101110100000101000010111101101011110 | e4bc8aeba0a17de4bc8aeba0a17b5e |
UHC | 伊렡}伊렡{^ | 1110110010100101100011101011001001111101111011001010010110001110101100100111101101011110 | eca58eb27deca58eb27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)