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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鱸リ闔イ悉 | 1110100111100111110110001110100010001110101100101000111010111011 | e9e7d8e88eb28ebb |
EUC-JP | 鱸リ闔イ悉 | 11110010111010011000111011011000111011111110111010001110101100101011110010111101 | f2e98ed8efee8eb2bcbd |
UTF-8 | 鱸リ闔イ悉 | 111010011011000110111000111011111011111010011000111010011001011110010100111011111011110110110010111001101000001010001001 | e9b1b8efbe98e99794efbdb2e68289 |
UHC | ??闔?悉 | 00111111001111111111100111101111001111111110001111111010 | 3f3ff9ef3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)