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 | 렳렦姻렋렯^ | 11101011101000001011001111101011101000001010011011100101101001111011101111101011101000001000101111101011101000001010111101011110 | eba0b3eba0a6e5a7bbeba08beba0af5e |
UHC | 렳렦姻렋렯^ | 1000111011000000100011101011010111101100110110001000111010100010100011101011110001011110 | 8ec08eb5ecd88ea28ebc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)