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 | 亦?9筍?? | 100101101001001000111111100000100101100011100010101000010011111100111111 | 96923f8258e2a13f3f |
EUC-JP | 亦?9筍?? | 110010111111001000111111101000111011100111100100101000110011111100111111 | cbf23fa3b9e4a33f3f |
UTF-8 | 亦낅9筍앯뮫 | 111001001011101010100110111010111000001010000101111011111011110010011001111001111010110110001101111011001001010110101111111010111010111010101011 | e4baa6eb8285efbc99e7ad8dec95afebaeab |
UHC | 亦낅9筍앯뮫 | 111001101011001010000101111010111010001110111001111000101110110010011101111001111001001010110101 | e6b285eba3b9e2ec9de792b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)