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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霓軸鋕 | 111010001011110110001110101100101111101111010100 | e8bd8eb2fbd4 |
EUC-JP | 霓軸鋕 | 11110000101111111011110010110100100011111110010011000000 | f0bfbcb48fe4c0 |
UTF-8 | 霓軸鋕 | 111010011001110010010011111010001011101110111000111010011000101110010101 | e99c93e8bbb8e98b95 |
UHC | 霓軸? | 1110011111100111111101011110111000111111 | e7e7f5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)