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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 。ュ。フB | 101000011111000110100001101011011010000111110001101000101100110001000010 | a1f1a1ada1f1a2cc42 |
EUC-JP | 。?ュ。?フB | 1000111010100001001111111000111010101101100011101010000100111111100011101100110001000010 | 8ea13f8ead8ea13f8ecc42 |
UTF-8 | 。ュ。フB | 11101111101111011010000111101110100001001001110011101111101111011010110111101111101111011010000111101110100001001001110111101111101111101000110001000010 | efbda1ee849cefbdadefbda1ee849defbe8c42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)