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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 髷」邁ォ谺クB | 11101001100111101010001111100111101100001010101111100110101011001011100001000010 | e99ea3e7b0abe6acb842 |
EUC-JP | 髷」邁ォ谺クB | 11110001111111101000111010100011111011101011001010001110101010111110110010101110100011101011100001000010 | f1fe8ea3eeb28eabecae8eb842 |
UTF-8 | 髷」邁ォ谺クB | 11101001101010111011011111101111101111011010001111101001100000101000000111101111101111011010101111101000101100001011101011101111101111011011100001000010 | e9abb7efbda3e98281efbdabe8b0baefbdb842 |
UHC | ??邁???B | 0011111100111111110110001110010000111111001111110011111101000010 | 3f3fd8e43f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)