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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 艶λ?艶λ?^ | 1000100110010000100000111100100100111111100010011001000010000011110010010011111101011110 | 899083c93f899083c93f5e |
EUC-JP | 艶λ?艶λ?^ | 1011000111110000101001101100101100111111101100011111000010100110110010110011111101011110 | b1f0a6cb3fb1f0a6cb3f5e |
UTF-8 | 艶λ젧艶λ젧^ | 1110100010001001101101101100111010111011111011001010000010100111111010001000100110110110110011101011101111101100101000001010011101011110 | e889b6cebbeca0a7e889b6cebbeca0a75e |
UHC | 艶λ젧艶λ젧^ | 11100110111111011010010111101011101000001001111111100110111111011010010111101011101000001001111101011110 | e6fda5eba09fe6fda5eba09f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)