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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???而? | 001111110011111100111111100011101010011100111111 | 3f3f3f8ea73f |
EUC-JP | ???而? | 001111110011111100111111101111001010100100111111 | 3f3f3fbca93f |
UTF-8 | 緣낆떓而쯆 | 111001111011011110100011111010111000001010000110111010111001011010010011111010001000000010001100111011001010111110000110 | e7b7a3eb8286eb9693e8808cecaf86 |
UHC | 緣낆떓而쯆 | 11100110110111101000010111101100100010111010100111101100101110111010100101000010 | e6de85ec8ba9ecbba942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)