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 | µ¥·¹ | 1001000110110101100100011010010110010001101101111001000110111001 | 91b591a591b791b9 |
SJIS-WIN | ???¥???? | 001111110011111100111111100000011000111100111111001111110011111100111111 | 3f3f3f818f3f3f3f3f |
EUC-JP | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
UTF-8 | µ¥·¹ | 11000010100100011100001010110101110000101001000111000010101001011100001010010001110000101011011111000010100100011100001010111001 | c291c2b5c291c2a5c291c2b7c291c2b9 |
UHC | ?????·?¹ | 00111111001111110011111100111111001111111010000110100100001111111010100111110110 | 3f3f3f3f3fa1a43fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)