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 | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
SJIS-WIN | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
EUC-JP | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
UTF-8 | 챦짝혟L챦짝혟L^ | 111011001011000110100110111011001010011110011101111011011001100010011111010011001110110010110001101001101110110010100111100111011110110110011000100111110100110001011110 | ecb1a6eca79ded989f4cecb1a6eca79ded989f4c5e |
UHC | 챦짝혟L챦짝혟L^ | 110000111010111111000010101001101100001010001001010011001100001110101111110000101010011011000010100010010100110001011110 | c3afc2a6c2894cc3afc2a6c2894c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)