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 | 也щ?暎?? | 100101101110011110000100100010110011111110011101111100110011111100111111 | 96e7848b3f9df33f3f |
EUC-JP | 也щ?暎?? | 110011001110100110100111111010110011111111011010111101010011111100111111 | cce9a7eb3fdaf53f3f |
UTF-8 | 也щ젽暎㏓젾 | 1110010010111001100111111101000110001001111011001010000010111101111001101001101010001110111000111000111110010011111011001010000010111110 | e4b99fd189eca0bde69a8ee38f93eca0be |
UHC | 也щ젽暎㏓젾 | 111001011010010110101100111010111010000010101111111001111011001010100111111010111010000010110000 | e5a5aceba0afe7b2a7eba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)