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\ | 0011111100111111001111110100110001011100 | 3f3f3f4c5c |
SJIS-WIN | 袱千璃L\ | 1110010111011110100100001110011110010111100111100100110001011100 | e5de90e7979e4c5c |
EUC-JP | 袱千璃L\ | 1110101011100000110000001110100111001101111111100100110001011100 | eae0c0e9cdfe4c5c |
UTF-8 | 袱千璃L\ | 1110100010100010101100011110010110001101100000111110011110010010100000110100110001011100 | e8a2b1e58d83e792834c5c |
UHC | ?千璃L\ | 00111111111101001011011011010111111000110100110001011100 | 3ff4b6d7e34c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)