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\ | 1110011010000001101011110100110001011100 | e681af4c5c |
EUC-JP | 諱ッL\ | 111010111110000110001110101011110100110001011100 | ebe18eaf4c5c |
UTF-8 | 諱ッL\ | 1110100010101011101100011110111110111101101011110100110001011100 | e8abb1efbdaf4c5c |
UHC | 諱?L\ | 1111110111001001001111110100110001011100 | fdc93f4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)