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 | 薑鞘源艪 | 1110010101000111100011111110001010001100101110011110010010000010 | e5478fe28cb9e482 |
EUC-JP | 薑鞘源艪 | 1110100110101000101111101110010010111000101110111110011111100010 | e9a8bee4b8bbe7e2 |
UTF-8 | 薑鞘源艪 | 111010001001011010010001111010011001111010011000111001101011101010010000111010001000100110101010 | e89691e99e98e6ba90e889aa |
UHC | 薑?源? | 110010111011100100111111111010101011100100111111 | cbb93feab93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)