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 | 邀???ら? | 1110011110110001001111110011111100111111100000101110011100111111 | e7b13f3f3f82e73f |
EUC-JP | 邀???ら? | 1110111010110011001111110011111100111111101001001110100100111111 | eeb33f3f3fa4e93f |
UTF-8 | 邀싳렱藺ら뇳 | 111010011000001010000000111011001000101110110011111010111010000010110001111011111010011110110000111000111000001010001001111010111000011110110011 | e98280ec8bb3eba0b1efa7b0e38289eb87b3 |
UHC | 邀싳렱藺ら뇳 | 111010011010110110011010111011001000111010111110111011001110000110101010111010011000011110010111 | e9ad9aec8ebeece1aae98797 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)