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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ?壎}?壎{^ | 0011111110001111101110001101010001111101001111111000111110111000110101000111101101011110 | 3f8fb8d47d3f8fb8d47b5e |
UTF-8 | 뤙壎}뤙壎{^ | 111010111010010010011001111001011010001110001110011111011110101110100100100110011110010110100011100011100111101101011110 | eba499e5a38e7deba499e5a38e7b5e |
UHC | 뤙壎}뤙壎{^ | 1000111111001000111111011011010101111101100011111100100011111101101101010111101101011110 | 8fc8fdb57d8fc8fdb57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)