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 | ?с???? | 00111111100001001000001100111111001111110011111100111111 | 3f84833f3f3f3f |
EUC-JP | ?с???? | 00111111101001111110001100111111001111110011111100111111 | 3fa7e33f3f3f3f |
UTF-8 | 吳с끂溜뗫젪 | 1110010110010000101100111101000110000001111010111000000110000010111011111010011110001011111010111001011110101011111011001010000010101010 | e590b3d181eb8182efa78beb97abeca0aa |
UHC | 吳с끂溜뗫젪 | 111001111110111110101100111000111000010110111000111010101111111010001011111010111010000010100010 | e7eface385b8eafe8beba0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)