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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??姻??^ | 00111111001111111000100011110111001111110011111101011110 | 3f3f88f73f3f5e |
EUC-JP | ??姻??^ | 00111111001111111011000011111001001111110011111101011110 | 3f3fb0f93f3f5e |
UTF-8 | 렩렮姻렋렯^ | 11101011101000001010100111101011101000001010111011100101101001111011101111101011101000001000101111101011101000001010111101011110 | eba0a9eba0aee5a7bbeba08beba0af5e |
UHC | 렩렮姻렋렯^ | 1000111010110111100011101011101111101100110110001000111010100010100011101011110001011110 | 8eb78ebbecd88ea28ebc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)