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 | ¼³¼É¼¨ | 101111001011001110111100110010011011110010101000 | bcb3bcc9bca8 |
SJIS-WIN | ?????¨ | 00111111001111110011111100111111001111111000000101001110 | 3f3f3f3f3f814e |
EUC-JP | ???É?¨ | 001111110011111100111111100011111010101010110001001111111010000110101111 | 3f3f3f8faab13fa1af |
UTF-8 | ¼³¼É¼¨ | 110000101011110011000010101100111100001010111100110000111000100111000010101111001100001010101000 | c2bcc2b3c2bcc389c2bcc2a8 |
UHC | ¼³¼?¼¨ | 1010100011111001101010011111100010101000111110010011111110101000111110011010000110100111 | a8f9a9f8a8f93fa8f9a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)