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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???喩 | 0011111100111111001111111001101001100111 | 3f3f3f9a67 |
EUC-JP | ???喩 | 0011111100111111001111111101001111001000 | 3f3f3fd3c8 |
UTF-8 | 轢욘찇喩 | 111011111010011010001101111011001001101010011000111011001011000010000111111001011001011010101001 | efa68dec9a98ecb087e596a9 |
UHC | 轢욘찇喩 | 1110011010111100101111111110011010101001100010111110101011100111 | e6bcbfe6a98beae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)