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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疾雫 | 1111001011100010100011101011111011110010101101101000111010110100 | f2e28ebef2b68eb4 |
EUC-JP | ?疾?雫 | 001111111011110011000000001111111011110010110110 | 3fbcc03fbcb6 |
UTF-8 | 疾雫 | 111011101000100010011001111001111001011010111110111011101000011110101101111010011001101110101011 | ee8899e796beee87ade99bab |
UHC | ?疾?? | 0011111111110010111100000011111100111111 | 3ff2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)