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 | 顆ャ豕鯉ス、 | 111010001111011110101100111001101011001110001100111011111011110110100100 | e8f7ace6b38cefbda4 |
EUC-JP | 顆ャ豕鯉ス、 | 111100001111100110001110101011001110110010110101101110001111000110001110101111011000111010100100 | f0f98eacecb5b8f18ebd8ea4 |
UTF-8 | 顆ャ豕鯉ス、 | 111010011010000110000110111011111011110110101100111010001011000110010101111010011010111110001001111011111011110110111101111011111011110110100100 | e9a186efbdace8b195e9af89efbdbdefbda4 |
UHC | 顆?豕鯉?? | 110011101010100000111111111000111100111011010111111011110011111100111111 | cea83fe3ced7ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)