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 | 倭≪?譯?? | 100110000110000010000001111000010011111111100110101000010011111100111111 | 986081e13fe6a13f3f |
EUC-JP | 倭≪?譯?? | 110011111100000110100010111000110011111111101100101000110011111100111111 | cfc1a2e33feca33f3f |
UTF-8 | 倭≪풄譯얍ㅇ | 111001011000000010101101111000101000100110101010111011011001001010000100111010001010110110101111111011001001011010001101111000111000010110000111 | e580ade289aaed9284e8adafec968de38587 |
UHC | 倭≪풄譯얍ㅇ | 111010001101111010100001111011001011111010001100111001101011101110111110111001011010010010110111 | e8dea1ecbe8ce6bbbee5a4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)