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 | 諱âä | 11101000101010111011000111100010100010001001111011100100 | e8abb1e2889ee4 |
SJIS-WIN | ??±???? | 0011111100111111100000010111110100111111001111110011111100111111 | 3f3f817d3f3f3f3f |
EUC-JP | è?±â??ä | 1000111110101011101100100011111110100001110111101000111110101011101001000011111100111111100011111010101110100011 | 8fabb23fa1de8faba43f3f8faba3 |
UTF-8 | 諱âä | 1100001110101000110000101010101111000010101100011100001110100010110000101000100011000010100111101100001110100100 | c3a8c2abc2b1c3a2c288c29ec3a4 |
UHC | ??±???? | 0011111100111111101000011011111000111111001111110011111100111111 | 3f3fa1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)