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 | 霍ォ閧イ裔楢 | 11101000101101111010101111101000100000101011001011100101111000011001001111101000 | e8b7abe882b2e5e193e8 |
EUC-JP | 霍ォ閧イ裔楢 | 111100001011100110001110101010111110111111100010100011101011001011101010111000111100011011101010 | f0b98eabefe28eb2eae3c6ea |
UTF-8 | 霍ォ閧イ裔楢 | 111010011001110010001101111011111011110110101011111010011001011010100111111011111011110110110010111010001010001110010100111001101010010110100010 | e99c8defbdabe996a7efbdb2e8a394e6a5a2 |
UHC | ????裔楢 | 0011111100111111001111110011111111100111111000001110101011111001 | 3f3f3f3fe7e0eaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)