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 | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
UTF-8 | 僚밧콝D僚밧콝D^ | 111011111010011010111011111010111011000010100111111011001011110110011101010001001110111110100110101110111110101110110000101001111110110010111101100111010100010001011110 | efa6bbebb0a7ecbd9d44efa6bbebb0a7ecbd9d445e |
UHC | 僚밧콝D僚밧콝D^ | 111010001110100010111001111001011011000110010101010001001110100011101000101110011110010110110001100101010100010001011110 | e8e8b9e5b19544e8e8b9e5b195445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)