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 | ???受?? | 00111111001111110011111110001110111100110011111100111111 | 3f3f3f8ef33f3f |
EUC-JP | ???受?? | 00111111001111110011111110111100111101010011111100111111 | 3f3f3fbcf53f3f |
UTF-8 | 娛뷂퐜受쇘뎌 | 111001011010100010011011111010111011011110000010111011011001000010011100111001011000111110010111111011001000011110011000111010111000111010001100 | e5a89bebb782ed909ce58f97ec8798eb8e8c |
UHC | 娛뷂퐜受쇘뎌 | 111001111111010010010100111011111011110110000110111000011111010010111100111001111011010110101110 | e7f494efbd86e1f4bce7b5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)