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 | ??????t^ | 0011111100111111001111110011111100111111001111110111010001011110 | 3f3f3f3f3f3f745e |
SJIS-WIN | ??????t^ | 0011111100111111001111110011111100111111001111110111010001011110 | 3f3f3f3f3f3f745e |
EUC-JP | ??????t^ | 0011111100111111001111110011111100111111001111110111010001011110 | 3f3f3f3f3f3f745e |
UTF-8 | 寧놅숯寧놅쉘t^ | 1110111110100110101010101110101110000110100001011110110010001000101011111110111110100110101010101110101110000110100001011110110010001001100110000111010001011110 | efa6aaeb8685ec88afefa6aaeb8685ec8998745e |
UHC | 寧놅숯寧놅쉘t^ | 1110011110101100100001101110111110111101101000011110011110101100100001101110111110111101101010010111010001011110 | e7ac86efbda1e7ac86efbda9745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)