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 | ºµ¼½ | 1001000110111010100100011011010110010001101111001001000110111101 | 91ba91b591bc91bd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?º?????? | 00111111100011111010001011101011001111110011111100111111001111110011111100111111 | 3f8fa2eb3f3f3f3f3f3f |
UTF-8 | ºµ¼½ | 11000010100100011100001010111010110000101001000111000010101101011100001010010001110000101011110011000010100100011100001010111101 | c291c2bac291c2b5c291c2bcc291c2bd |
UHC | ?º???¼?½ | 0011111110101000101011000011111100111111001111111010100011111001001111111010100011110110 | 3fa8ac3f3f3fa8f93fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)