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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 億??柚?? | 1000100110101101001111110011111110010111010011010011111100111111 | 89ad3f3f974d3f3f |
EUC-JP | 億??柚?? | 1011001010101111001111110011111111001101101011100011111100111111 | b2af3f3fcdae3f3f |
UTF-8 | 億쇰뿪柚덃꽱 | 111001011000010010000100111011001000011110110000111010111011111110101010111001101001111110011010111010111000110110000011111010101011110110110001 | e58484ec87b0ebbfaae69f9aeb8d83eabdb1 |
UHC | 億쇰뿪柚덃꽱 | 111001011110001010111100111010111001011110101010111010101111011010001000111001101000010010111100 | e5e2bceb97aaeaf688e684bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)