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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涯??炎 | 100010100101010100111111001111111000100110001010 | 8a553f3f898a |
EUC-JP | 涯??炎 | 101100111011011000111111001111111011000111101010 | b3b63f3fb1ea |
UTF-8 | 涯쇠략炎 | 111001101011011010101111111011001000011110100000111010111001111010110101111001111000001010001110 | e6b6afec87a0eb9eb5e7828e |
UHC | 涯쇠략炎 | 1110010011110011101111001110100010110111101010111110011011111010 | e4f3bce8b7abe6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)