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 | 筌??蹂?㏄ | 111000101010001100111111001111111110011011111000001111111000011101110100 | e2a33f3fe6f83f8774 |
EUC-JP | 筌??蹂?? | 1110010010100101001111110011111111101100111110100011111100111111 | e4a53f3fecfa3f3f |
UTF-8 | 筌뚮뱶蹂댐㏄ | 111001111010110110001100111010111001101010101110111010111011000110110110111010001011100110000010111010111000110010010000111000111000111110000100 | e7ad8ceb9aaeebb1b6e8b982eb8c90e38f84 |
UHC | 筌뚮뱶蹂댐㏄ | 111011111010011110001100111010111001001110011100111010111011001110110100111011111010011110100110 | efa78ceb939cebb3b4efa7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)