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 | ???乙?? | 00111111001111110011111110001001101100110011111100111111 | 3f3f3f89b33f3f |
EUC-JP | ???乙?? | 00111111001111110011111110110010101101010011111100111111 | 3f3f3fb2b53f3f |
UTF-8 | 驪끸뮫乙쒏벴 | 111011111010011010000111111010111000000110111000111010111010111010101011111001001011100110011001111011001001001010001111111010111011001010110100 | efa687eb81b8ebaeabe4b999ec928febb2b4 |
UHC | 驪끸뮫乙쒏벴 | 111001101010111110000101111000101001001010110101111010111110000010011100111001101011101010101011 | e6af85e292b5ebe09ce6baab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)