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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?洧?洧^ | 001111111000111111000111101101000011111110001111110001111011010001011110 | 3f8fc7b43f8fc7b45e |
UTF-8 | 뤙洧뤙洧^ | 11101011101001001001100111100110101101001010011111101011101001001001100111100110101101001010011101011110 | eba499e6b4a7eba499e6b4a75e |
UHC | 뤙洧뤙洧^ | 100011111100100011101010111110111000111111001000111010101111101101011110 | 8fc8eafb8fc8eafb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)