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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
UTF-8 | 뼩쒢Y뼩쒢bE | 111010111011110010101001111011001001001010100010010110011110101110111100101010011110110010010010101000100110001001000101 | ebbca9ec92a259ebbca9ec92a26245 |
UHC | 뼩쒢Y뼩쒢bE | 1001011010101100100111001111011101011001100101101010110010011100111101110110001001000101 | 96ac9cf75996ac9cf76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)