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 | 1110010110100010100111100111110101011001111001011010001010011110011111010110001001000101 | e5a29e7d59e5a29e7d6245 |
EUC-JP | 蠅栲Y蠅栲bE | 1110101010100100110110111101111001011001111010101010010011011011110111100110001001000101 | eaa4dbde59eaa4dbde6245 |
UTF-8 | 蠅栲Y蠅栲bE | 111010001010000010000101111001101010000010110010010110011110100010100000100001011110011010100000101100100110001001000101 | e8a085e6a0b259e8a085e6a0b26245 |
UHC | 蠅?Y蠅?bE | 111000111011001000111111010110011110001110110010001111110110001001000101 | e3b23f59e3b23f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)