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 | 謳罷å | 1110100010101100101100111110011110111101101101111110010110011011 | e8acb3e7bdb7e59b |
SJIS-WIN | ?¬?????? | 001111111000000111001010001111110011111100111111001111110011111100111111 | 3f81ca3f3f3f3f3f3f |
EUC-JP | è¬?ç??å? | 100011111010101110110010101000101100110000111111100011111010101110101110001111110011111110001111101010111010100100111111 | 8fabb2a2cc3f8fabae3f3f8faba93f |
UTF-8 | 謳罷å | 11000011101010001100001010101100110000101011001111000011101001111100001010111101110000101011011111000011101001011100001010011011 | c3a8c2acc2b3c3a7c2bdc2b7c3a5c29b |
UHC | ??³?½·?? | 0011111100111111101010011111100000111111101010001111011010100001101001000011111100111111 | 3f3fa9f83fa8f6a1a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)