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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 둔籠궷}둔籠궷{^ | 111010111001000110010100111011111010010110000100111010101011011010110111011111011110101110010001100101001110111110100101100001001110101010110110101101110111101101011110 | eb9194efa584eab6b77deb9194efa584eab6b77b5e |
UHC | 둔籠궷}둔籠궷{^ | 101101011101000011010010110110011011000111001100011111011011010111010000110100101101100110110001110011000111101101011110 | b5d0d2d9b1cc7db5d0d2d9b1cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)