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\ | 101010001111100110100001101001110100110001011100 | a8f9a1a74c5c |
SJIS-WIN | ¨??§L\ | 1000000101001110001111110011111110000001100110000100110001011100 | 814e3f3f81984c5c |
EUC-JP | ¨ù¡§L\ | 101000011010111110001111101010111110001110001111101000101100001010100001111110000100110001011100 | a1af8fabe38fa2c2a1f84c5c |
UTF-8 | ¨ù¡§L\ | 11000010101010001100001110111001110000101010000111000010101001110100110001011100 | c2a8c3b9c2a1c2a74c5c |
UHC | ¨?¡§L\ | 101000011010011100111111101000101010111010100001110101110100110001011100 | a1a73fa2aea1d74c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)