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 | 鉦ー篠渉ォ蔀 | 10001111110111101011000010001110110000101000111111000010101010111000111011000001 | 8fdeb08ec28fc2ab8ec1 |
EUC-JP | 鉦ー篠渉ォ蔀 | 101111101110000010001110101100001011110011000100101111101100010010001110101010111011110011000011 | bee08eb0bcc4bec48eabbcc3 |
UTF-8 | 鉦ー篠渉ォ蔀 | 111010011000100110100110111011111011110110110000111001111010111110100000111001101011100010001001111011111011110110101011111010001001010010000000 | e989a6efbdb0e7afa0e6b889efbdabe89480 |
UHC | 鉦?篠??? | 1110111111111010001111111110000111000110001111110011111100111111 | effa3fe1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)