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 | 100011111001010000111111010110011000111110010100001111110110001001000101 | 8f943f598f943f6245 |
EUC-JP | 諸?Y諸?bE | 101111011111010000111111010110011011110111110100001111110110001001000101 | bdf43f59bdf43f6245 |
UTF-8 | 諸렯Y諸렯bE | 111010001010101110111000111010111010000010101111010110011110100010101011101110001110101110100000101011110110001001000101 | e8abb8eba0af59e8abb8eba0af6245 |
UHC | 諸렯Y諸렯bE | 1111000010110011100011101011110001011001111100001011001110001110101111000110001001000101 | f0b38ebc59f0b38ebc6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)