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 | 1000111101101101100111111110100001011001100011110110110110011111111010000110001001000101 | 8f6d9fe8598f6d9fe86245 |
EUC-JP | 塾溯Y塾溯bE | 1011110111001110110111101110101001011001101111011100111011011110111010100110001001000101 | bdcedeea59bdcedeea6245 |
UTF-8 | 塾溯Y塾溯bE | 111001011010000110111110111001101011101010101111010110011110010110100001101111101110011010111010101011110110001001000101 | e5a1bee6baaf59e5a1bee6baaf6245 |
UHC | 塾溯Y塾溯bE | 1110001011010011111000011011110101011001111000101101001111100001101111010110001001000101 | e2d3e1bd59e2d3e1bd6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)