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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?у?咳 | 001111111000010010000101001111111000101001010000 | 3f84853f8a50 |
EUC-JP | ?у?咳 | 001111111010011111100101001111111011001110110001 | 3fa7e53fb3b1 |
UTF-8 | 吳у날咳 | 1110010110010000101100111101000110000011111010111000001010100000111001011001001010110011 | e590b3d183eb82a0e592b3 |
UHC | 吳у날咳 | 1110011111101111101011001110010110110011101011111111101010100110 | e7eface5b3affaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)