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 | 筌≫?馭?━ | 11100010101000111000000111100010001111111110100101100110001111111000010010101010 | e2a381e23fe9663f84aa |
EUC-JP | 筌≫?馭?━ | 11100100101001011010001011100100001111111111000111000111001111111010100010101100 | e4a5a2e43ff1c73fa8ac |
UTF-8 | 筌≫뤇馭곸━ | 111001111010110110001100111000101000100110101011111010111010010010000111111010011010011010101101111010101011001110111000111000101001010010000001 | e7ad8ce289abeba487e9a6adeab3b8e29481 |
UHC | 筌≫뤇馭곸━ | 111011111010011110100001111011011000111110110111111001011101111110000001111011001010011010101100 | efa7a1ed8fb7e5df81eca6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)