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 | ??????^c^ | 001111110011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f3f5e635e |
SJIS-WIN | ??????^c^ | 001111110011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f3f5e635e |
EUC-JP | ??????^c^ | 001111110011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f3f5e635e |
UTF-8 | 燎뽧냱溜곕젙^c^ | 111011111010011110000000111010111011110110100111111010111000001110110001111011111010011110001011111010101011001110010101111011001010000010011001010111100110001101011110 | efa780ebbda7eb83b1efa78beab395eca0995e635e |
UHC | 燎뽧냱溜곕젙^c^ | 111010001111101110010110111000111000011010000001111010101111111010110000111010111010000010010101010111100110001101011110 | e8fb96e38681eafeb0eba0955e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)