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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?苡?? | 0011111111100100100011110011111100111111 | 3fe48f3f3f |
EUC-JP | ?苡?? | 0011111111100111111011110011111100111111 | 3fe7ef3f3f |
UTF-8 | 얠苡렢않 | 111011001001011010100000111010001000101110100001111010111010000010100010111011001001010110001010 | ec96a0e88ba1eba0a2ec958a |
UHC | 얠苡렢않 | 1011111011101100111011001011111010001110101100111011111011001010 | beececbe8eb3beca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)