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\ | 100100100100000110010001101110000100110001011100 | 924191b84c5c |
EUC-JP | 但尊L\ | 110000111010001011000010101110100100110001011100 | c3a2c2ba4c5c |
UTF-8 | 但尊L\ | 1110010010111101100001101110010110110000100010100100110001011100 | e4bd86e5b08a4c5c |
UHC | 但尊L\ | 110100111010001111110000111011100100110001011100 | d3a3f0ee4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)