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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?洧??洧?^ | 0011111110001111110001111011010000111111001111111000111111000111101101000011111101011110 | 3f8fc7b43f3f8fc7b43f5e |
UTF-8 | 뤙洧꽜뤙洧꽜^ | 11101011101001001001100111100110101101001010011111101010101111011001110011101011101001001001100111100110101101001010011111101010101111011001110001011110 | eba499e6b4a7eabd9ceba499e6b4a7eabd9c5e |
UHC | 뤙洧꽜뤙洧꽜^ | 10001111110010001110101011111011101100101100110110001111110010001110101011111011101100101100110101011110 | 8fc8eafbb2cd8fc8eafbb2cd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)