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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 糜翩Y糜翩bE | 1110001011110100111000111100011101011001111000101111010011100011110001110110001001000101 | e2f4e3c759e2f4e3c76245 |
EUC-JP | 糜翩Y糜翩bE | 1110010011110110111001101100100101011001111001001111011011100110110010010110001001000101 | e4f6e6c959e4f6e6c96245 |
UTF-8 | 糜翩Y糜翩bE | 111001111011001110011100111001111011111110101001010110011110011110110011100111001110011110111111101010010110001001000101 | e7b39ce7bfa959e7b39ce7bfa96245 |
UHC | ?翩Y?翩bE | 001111111111100010111011010110010011111111111000101110110110001001000101 | 3ff8bb593ff8bb6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)