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 | 1000111011000101100011011010001101011001100011101100010110001101101000110110001001000101 | 8ec58da3598ec58da36245 |
EUC-JP | 芝坤Y芝坤bE | 1011110011000111101110101010010101011001101111001100011110111010101001010110001001000101 | bcc7baa559bcc7baa56245 |
UTF-8 | 芝坤Y芝坤bE | 111010001000101010011101111001011001110110100100010110011110100010001010100111011110010110011101101001000110001001000101 | e88a9de59da459e88a9de59da46245 |
UHC | 芝坤Y芝坤bE | 1111001010111001110011011101111001011001111100101011100111001101110111100110001001000101 | f2b9cdde59f2b9cdde6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)