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 | åãäºçú | 1110010111100011100000101110010010111010100000101110011111111010 | e5e382e4ba82e7fa |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åã?äº?çú | 1000111110101011101010011000111110101011101010100011111110001111101010111010001110001111101000101110101100111111100011111010101110101110100011111010101111100010 | 8faba98fabaa3f8faba38fa2eb3f8fabae8fabe2 |
UTF-8 | åãäºçú | 11000011101001011100001110100011110000101000001011000011101001001100001010111010110000101000001011000011101001111100001110111010 | c3a5c3a3c282c3a4c2bac282c3a7c3ba |
UHC | ????º??? | 001111110011111100111111001111111010100010101100001111110011111100111111 | 3f3f3f3fa8ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)