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 | 11010011110100100101100111010011110100100110001001000101 | d3d259d3d26245 |
SJIS-WIN | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ÓÒYÓÒbE | 100011111010101011010001100011111010101011010010010110011000111110101010110100011000111110101010110100100110001001000101 | 8faad18faad2598faad18faad26245 |
UTF-8 | ÓÒYÓÒbE | 1100001110010011110000111001001001011001110000111001001111000011100100100110001001000101 | c393c39259c393c3926245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)