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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 腋??柚? | 11100011111111000011111100111111100101110100110100111111 | e3fc3f3f974d3f |
EUC-JP | 腋??柚? | 11100110111111100011111100111111110011011010111000111111 | e6fe3f3fcdae3f |
UTF-8 | 腋뉒뉴柚갌 | 111010001000010110001011111010111000100110010010111010111000100110110100111001101001111110011010111010101011000010001100 | e8858beb8992eb89b4e69f9aeab08c |
UHC | 腋뉒뉴柚갌 | 11100100111111011000011111100111101101001011101011101010111101101000000101000110 | e4fd87e7b4baeaf68146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)