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 | ??LD??LD^ | 001111110011111101001100010001000011111100111111010011000100010001011110 | 3f3f4c443f3f4c445e |
SJIS-WIN | ??LD??LD^ | 001111110011111101001100010001000011111100111111010011000100010001011110 | 3f3f4c443f3f4c445e |
EUC-JP | ??LD??LD^ | 001111110011111101001100010001000011111100111111010011000100010001011110 | 3f3f4c443f3f4c445e |
UTF-8 | 횄쨩LD횄쨩LD^ | 1110110110011010100001001110110010101000101010010100110001000100111011011001101010000100111011001010100010101001010011000100010001011110 | ed9a84eca8a94c44ed9a84eca8a94c445e |
UHC | 횄쨩LD횄쨩LD^ | 11000011100000111100001010111011010011000100010011000011100000111100001010111011010011000100010001011110 | c383c2bb4c44c383c2bb4c445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)