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 | 娛붹닊受썹뎌 | 111001011010100010011011111010111011011010111001111010111000101110001010111001011000111110010111111011001000110110111001111010111000111010001100 | e5a89bebb6b9eb8b8ae58f97ec8db9eb8e8c |
UHC | 娛붹닊受썹뎌 | 111001111111010010010100111001101000100010010001111000011111010010111101111001111011010110101110 | e7f494e68891e1f4bde7b5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)