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 | 100100101111010100111111010110011001001011110101001111110110001001000101 | 92f53f5992f53f6245 |
EUC-JP | 禎?Y禎?bE | 110001001111011100111111010110011100010011110111001111110110001001000101 | c4f73f59c4f73f6245 |
UTF-8 | 禎넸Y禎넸bE | 111001111010011010001110111010111000010010111000010110011110011110100110100011101110101110000100101110000110001001000101 | e7a68eeb84b859e7a68eeb84b86245 |
UHC | 禎넸Y禎넸bE | 1110111111101110101100111101111001011001111011111110111010110011110111100110001001000101 | efeeb3de59efeeb3de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)