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 | 1001001001000001100100100101011001011001100100100100000110010010010101100110001001000101 | 9241925659924192566245 |
EUC-JP | 但歎Y但歎bE | 1100001110100010110000111011011101011001110000111010001011000011101101110110001001000101 | c3a2c3b759c3a2c3b76245 |
UTF-8 | 但歎Y但歎bE | 111001001011110110000110111001101010110110001110010110011110010010111101100001101110011010101101100011100110001001000101 | e4bd86e6ad8e59e4bd86e6ad8e6245 |
UHC | 但歎Y但歎bE | 1101001110100011111101111010011101011001110100111010001111110111101001110110001001000101 | d3a3f7a759d3a3f7a76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)