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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | ?艶Lh?艶L | 001111111000100110010000010011000110100000111111100010011001000001001100 | 3f89904c683f89904c |
EUC-JP | ?艶Lh?艶L | 001111111011000111110000010011000110100000111111101100011111000001001100 | 3fb1f04c683fb1f04c |
UTF-8 | 쒔艶Lh쒔艶L | 111011001001001010010100111010001000100110110110010011000110100011101100100100101001010011101000100010011011011001001100 | ec9294e889b64c68ec9294e889b64c |
UHC | 쒔艶Lh쒔艶L | 1011111010101101111001101111110101001100011010001011111010101101111001101111110101001100 | beade6fd4c68beade6fd4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)