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 | 鋙軸鉸 | 111110111101000110001110101100101111101111001110 | fbd18eb2fbce |
EUC-JP | 鋙軸鉸 | 1000111111100100110000111011110010110100100011111110001111110010 | 8fe4c3bcb48fe3f2 |
UTF-8 | 鋙軸鉸 | 111010011000101110011001111010001011101110111000111010011000100110111000 | e98b99e8bbb8e989b8 |
UHC | ?軸? | 00111111111101011110111000111111 | 3ff5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)