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 | 鋐軸溿 | 111110111101001010001110101100101111101101001010 | fbd28eb2fb4a |
EUC-JP | 鋐軸溿 | 1000111111100100101111101011110010110100100011111100100010110001 | 8fe4bebcb48fc8b1 |
UTF-8 | 鋐軸溿 | 111010011000101110010000111010001011101110111000111001101011101010111111 | e98b90e8bbb8e6babf |
UHC | ?軸? | 00111111111101011110111000111111 | 3ff5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)