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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 財????軸 | 1000110111100000001111110011111100111111001111111000111010110010 | 8de03f3f3f3f8eb2 |
EUC-JP | 財????軸 | 1011101011100010001111110011111100111111001111111011110010110100 | bae23f3f3f3fbcb4 |
UTF-8 | 財목렰몄뤋軸 | 111010001011001010100001111010111010101010101001111010111010000010110000111010111010101010000100111010111010010010001011111010001011101110111000 | e8b2a1ebaaa9eba0b0ebaa84eba48be8bbb8 |
UHC | 財목렰몄뤋軸 | 111011101010111110111000111100011000111010111101101110001110110010001111101110111111010111101110 | eeafb8f18ebdb8ec8fbbf5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)