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 | 霓軸鋕ニ | 11101000101111011000111010110010111110111101010011000110 | e8bd8eb2fbd4c6 |
EUC-JP | 霓軸鋕ニ | 111100001011111110111100101101001000111111100100110000001000111011000110 | f0bfbcb48fe4c08ec6 |
UTF-8 | 霓軸鋕ニ | 111010011001110010010011111010001011101110111000111010011000101110010101111011111011111010000110 | e99c93e8bbb8e98b95efbe86 |
UHC | 霓軸?? | 111001111110011111110101111011100011111100111111 | e7e7f5ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)