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 | ?姻?? | 0011111110001000111101110011111100111111 | 3f88f73f3f |
EUC-JP | ?姻?? | 0011111110110000111110010011111100111111 | 3fb0f93f3f |
UTF-8 | 젊姻媤젊 | 111011001010000010001010111001011010011110111011111001011010101010100100111011001010000010001010 | eca08ae5a7bbe5aaa4eca08a |
UHC | 젊姻媤젊 | 1100000011111110111011001101100011100011101110001100000011111110 | c0feecd8e3b8c0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)