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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 疾室丈 | 11110000111101101000111010111110111100101011100110001110101110101000111111100100 | f0f68ebef2b98eba8fe4 |
EUC-JP | ?疾?室丈 | 0011111110111100110000000011111110111100101111001011111011100110 | 3fbcc03fbcbcbee6 |
UTF-8 | 疾室丈 | 111011101000001010110101111001111001011010111110111011101000011110110000111001011010111010100100111001001011100010001000 | ee82b5e796beee87b0e5aea4e4b888 |
UHC | ?疾?室丈 | 0011111111110010111100000011111111100011111110001110110111011011 | 3ff2f03fe3f8eddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)