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 | 1110000010101000111000001101011001011001111000001010100011100000110101100110001001000101 | e0a8e0d659e0a8e0d66245 |
EUC-JP | 爲獰Y爲獰bE | 1110000010101010111000001101100001011001111000001010101011100000110110000110001001000101 | e0aae0d859e0aae0d86245 |
UTF-8 | 爲獰Y爲獰bE | 111001111000100010110010111001111000110110110000010110011110011110001000101100101110011110001101101100000110001001000101 | e788b2e78db059e788b2e78db06245 |
UHC | 爲獰Y爲獰bE | 1110101011010011111001111011111001011001111010101101001111100111101111100110001001000101 | ead3e7be59ead3e7be6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)