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 | ?禪}?禪{^ | 001111111110001001010111011111010011111111100010010101110111101101011110 | 3fe2577d3fe2577b5e |
EUC-JP | ?禪}?禪{^ | 001111111110001110111000011111010011111111100011101110000111101101011110 | 3fe3b87d3fe3b87b5e |
UTF-8 | 뤙禪}뤙禪{^ | 111010111010010010011001111001111010011010101010011111011110101110100100100110011110011110100110101010100111101101011110 | eba499e7a6aa7deba499e7a6aa7b5e |
UHC | 뤙禪}뤙禪{^ | 1000111111001000111000001100100101111101100011111100100011100000110010010111101101011110 | 8fc8e0c97d8fc8e0c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)