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 | 100010011110100100111111010110011000100111101001001111110110001001000101 | 89e93f5989e93f6245 |
EUC-JP | 蛾璹Y蛾璹bE | 10110010111010111000111111001100111001110101100110110010111010111000111111001100111001110110001001000101 | b2eb8fcce759b2eb8fcce76245 |
UTF-8 | 蛾璹Y蛾璹bE | 111010001001101110111110111001111001001010111001010110011110100010011011101111101110011110010010101110010110001001000101 | e89bbee792b959e89bbee792b96245 |
UHC | 蛾璹Y蛾璹bE | 1110010010110110111000101101101101011001111001001011011011100010110110110110001001000101 | e4b6e2db59e4b6e2db6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)