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 | 111001111100001000111111010110011110011111000010001111110110001001000101 | e7c23f59e7c23f6245 |
EUC-JP | 酊?Y酊?bE | 111011101100010000111111010110011110111011000100001111110110001001000101 | eec43f59eec43f6245 |
UTF-8 | 酊텡Y酊텡bE | 111010011000010110001010111011011000010110100001010110011110100110000101100010101110110110000101101000010110001001000101 | e9858aed85a159e9858aed85a16245 |
UHC | 酊텡Y酊텡bE | 1110111111111000110001011101111001011001111011111111100011000101110111100110001001000101 | eff8c5de59eff8c5de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)