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 | 100010011010010100111111010110011000100110100101001111110110001001000101 | 89a53f5989a53f6245 |
EUC-JP | 翁?Y翁?bE | 101100101010011100111111010110011011001010100111001111110110001001000101 | b2a73f59b2a73f6245 |
UTF-8 | 翁넸Y翁넸bE | 111001111011111110000001111010111000010010111000010110011110011110111111100000011110101110000100101110000110001001000101 | e7bf81eb84b859e7bf81eb84b86245 |
UHC | 翁넸Y翁넸bE | 1110100010111010101100111101111001011001111010001011101010110011110111100110001001000101 | e8bab3de59e8bab3de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)