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 | 1110010001001101111001110111000001011001111001000100110111100111011100000110001001000101 | e44de77059e44de7706245 |
EUC-JP | 膊輛Y膊輛bE | 1110011110101110111011011101000101011001111001111010111011101101110100010110001001000101 | e7aeedd159e7aeedd16245 |
UTF-8 | 膊輛Y膊輛bE | 111010001000011010001010111010001011110010011011010110011110100010000110100010101110100010111100100110110110001001000101 | e8868ae8bc9b59e8868ae8bc9b6245 |
UHC | 膊輛Y膊輛bE | 1101101011011011110101011110000001011001110110101101101111010101111000000110001001000101 | dadbd5e059dadbd5e06245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)