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 | û©°ç¾ | 111110111010100110110000111001111000100110111110 | fba9b0e789be |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | û©°ç?? | 10001111101010111110010110001111101000101110110110100001111010111000111110101011101011100011111100111111 | 8fabe58fa2eda1eb8fabae3f3f |
UTF-8 | û©°ç¾ | 110000111011101111000010101010011100001010110000110000111010011111000010100010011100001010111110 | c3bbc2a9c2b0c3a7c289c2be |
UHC | ??°??¾ | 0011111100111111101000011100011000111111001111111010100011111010 | 3f3fa1c63f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)