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 | 遶溷彫豸檎ォ | 1110011110101011100111111110010110010010101001001110011010110110100011001110011110101011 | e7ab9fe592a4e6b68ce7ab |
EUC-JP | 遶溷彫豸檎ォ | 111011101010110111011110111001111100010010100110111011001011100010111000111010011000111010101011 | eeaddee7c4a6ecb8b8e98eab |
UTF-8 | 遶溷彫豸檎ォ | 111010011000000110110110111001101011101010110111111001011011110110101011111010001011000110111000111001101010101010001110111011111011110110101011 | e981b6e6bab7e5bdabe8b1b8e6aa8eefbdab |
UHC | ??彫?檎? | 0011111100111111111100001100000100111111110100001101010100111111 | 3f3ff0c13fd0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)