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\ | 00111111001111110100110001011100 | 3f3f4c5c |
SJIS-WIN | 辿端L\ | 100100100100100010010010010110110100110001011100 | 9248925b4c5c |
EUC-JP | 辿端L\ | 110000111010100111000011101111000100110001011100 | c3a9c3bc4c5c |
UTF-8 | 辿端L\ | 1110100010111110101111111110011110101011101011110100110001011100 | e8bebfe7abaf4c5c |
UHC | ?端L\ | 0011111111010011101011100100110001011100 | 3fd3ae4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)