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 | ??A????CA | 001111110011111101000001001111110011111100111111001111110100001101000001 | 3f3f413f3f3f3f4341 |
SJIS-WIN | ??A????CA | 001111110011111101000001001111110011111100111111001111110100001101000001 | 3f3f413f3f3f3f4341 |
EUC-JP | ??A????CA | 001111110011111101000001001111110011111100111111001111110100001101000001 | 3f3f413f3f3f3f4341 |
UTF-8 | 횄쨩A횂혦횂짯CA | 111011011001101010000100111011001010100010101001010000011110110110011010100000101110110110011000101001101110110110011010100000101110110010100111101011110100001101000001 | ed9a84eca8a941ed9a82ed98a6ed9a82eca7af4341 |
UHC | 횄쨩A횂혦횂짯CA | 110000111000001111000010101110110100000111000011100000101100001010001110110000111000001011000010101011010100001101000001 | c383c2bb41c382c28ec382c2ad4341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)