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 | 霓??擁 | 111010001011110100111111001111111001011101101001 | e8bd3f3f9769 |
EUC-JP | 霓??擁 | 111100001011111100111111001111111100110111001010 | f0bf3f3fcdca |
UTF-8 | 霓뉖졁擁 | 111010011001110010010011111010111000100110010110111011001010000110000001111001101001001110000001 | e99c93eb8996eca181e69381 |
UHC | 霓뉖졁擁 | 1110011111100111100001111110101110100000101100101110100010110110 | e7e787eba0b2e8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)