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 | 訂戡?逢?? | 100100101111100110011101010000010011111110001000101001110011111100111111 | 92f99d413f88a73f3f |
EUC-JP | 訂戡?逢?? | 110001001111101111011001101000100011111110110000101010010011111100111111 | c4fbd9a23fb0a93f3f |
UTF-8 | 訂戡렱逢렰렠 | 111010001010100010000010111001101000100010100001111010111010000010110001111010011000000010100010111010111010000010110000111010111010000010100000 | e8a882e688a1eba0b1e980a2eba0b0eba0a0 |
UHC | 訂戡렱逢렰렠 | 111011111111010011001010111100011000111010111110110111001111000110001110101111011000111010110001 | eff4caf18ebedcf18ebd8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)