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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ◇??秘?B | 1000000110011110001111110011111110010100111010010011111101000010 | 819e3f3f94e93f42 |
EUC-JP | ◇??秘?B | 1010000111111110001111110011111111001000111010110011111101000010 | a1fe3f3fc8eb3f42 |
UTF-8 | ◇룶웩秘퓽B | 11100010100101111000011111101011101000111011011011101100100110111010100111100111101001111001100011101101100100111011110101000010 | e29787eba3b6ec9ba9e7a798ed93bd42 |
UHC | ◇룶웩秘퓽B | 1010000111011110100011111010101111000000101000011101110111111010110001111100000001000010 | a1de8fabc0a1ddfac7c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)