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 | 悟??苡ョ? | 100011001110010100111111001111111110010010001111100000111000011100111111 | 8ce53f3fe48f83873f |
EUC-JP | 悟??苡ョ? | 101110001110011100111111001111111110011111101111101001011110011100111111 | b8e73f3fe7efa5e73f |
UTF-8 | 悟딅뛿苡ョ툞 | 111001101000001010011111111010111001010010000101111010111001101110111111111010001000101110100001111000111000001110100111111011011000100010011110 | e6829feb9485eb9bbfe88ba1e383a7ed889e |
UHC | 悟딅뛿苡ョ툞 | 111001111111011010001010111010111000110110000101111011001011111010101011111001111011100010010101 | e7f68aeb8d85ecbeabe7b895 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)