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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 逕」}Y逕」}bE | 1110011110010100101000110111110101011001111001111001010010100011011111010110001001000101 | e794a37d59e794a37d6245 |
EUC-JP | 逕」}Y逕」}bE | 11101101111101001000111010100011011111010101100111101101111101001000111010100011011111010110001001000101 | edf48ea37d59edf48ea37d6245 |
UTF-8 | 逕」}Y逕」}bE | 1110100110000000100101011110111110111101101000110111110101011001111010011000000010010101111011111011110110100011011111010110001001000101 | e98095efbda37d59e98095efbda37d6245 |
UHC | 逕?}Y逕?}bE | 1100110011101111001111110111110101011001110011001110111100111111011111010110001001000101 | ccef3f7d59ccef3f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)