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 | 111001101111010110111110010110011110011011110101101111100110001001000101 | e6f5be59e6f5be6245 |
EUC-JP | 踞セY踞セbE | 1110110011110111100011101011111001011001111011001111011110001110101111100110001001000101 | ecf78ebe59ecf78ebe6245 |
UTF-8 | 踞セY踞セbE | 111010001011100010011110111011111011110110111110010110011110100010111000100111101110111110111101101111100110001001000101 | e8b89eefbdbe59e8b89eefbdbe6245 |
UHC | 踞?Y踞?bE | 110010111110011000111111010110011100101111100110001111110110001001000101 | cbe63f59cbe63f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)