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\ | 0011111100111111001111110011111100111111001111110100110001011100 | 3f3f3f3f3f3f4c5c |
SJIS-WIN | ??????L\ | 0011111100111111001111110011111100111111001111110100110001011100 | 3f3f3f3f3f3f4c5c |
EUC-JP | ??????L\ | 0011111100111111001111110011111100111111001111110100110001011100 | 3f3f3f3f3f3f4c5c |
UTF-8 | 燎뽧냱溜곕젙L\ | 1110111110100111100000001110101110111101101001111110101110000011101100011110111110100111100010111110101010110011100101011110110010100000100110010100110001011100 | efa780ebbda7eb83b1efa78beab395eca0994c5c |
UHC | 燎뽧냱溜곕젙L\ | 1110100011111011100101101110001110000110100000011110101011111110101100001110101110100000100101010100110001011100 | e8fb96e38681eafeb0eba0954c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)