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 | 潁??一e? | 100111111111000100111111001111111000100011101010100000101000010100111111 | 9ff13f3f88ea82853f |
EUC-JP | 潁??一e? | 110111101111001100111111001111111011000011101100101000111110010100111111 | def33f3fb0eca3e53f |
UTF-8 | 潁뺢퇌一e슫 | 111001101011110110000001111010111011101010100010111011011000011110001100111001001011100010000000111011111011110110000101111011001000101010101011 | e6bd81ebbaa2ed878ce4b880efbd85ec8aab |
UHC | 潁뺢퇌一e슫 | 111001111011100010010101111010101011011110011101111011001110100110100011111001011001101010110100 | e7b895eab79dece9a3e59ab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)