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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淼哥邂竣 | 1111101101000101100110100100011011100111101011101000111101110110 | fb459a46e7ae8f76 |
EUC-JP | 淼哥邂竣 | 100011111100011111100110110100111010011111101110101100001011110111010111 | 8fc7e6d3a7eeb0bdd7 |
UTF-8 | 淼哥邂竣 | 111001101011011110111100111001011001001110100101111010011000001010000010111001111010101110100011 | e6b7bce593a5e98282e7aba3 |
UHC | ?哥邂竣 | 00111111110010101010100011111010101100111111000111100010 | 3fcaa8fab3f1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)