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 | ???y?? | 001111110011111100111111011110010011111100111111 | 3f3f3f793f3f |
SJIS-WIN | ???y?? | 001111110011111100111111011110010011111100111111 | 3f3f3f793f3f |
EUC-JP | ???y?? | 001111110011111100111111011110010011111100111111 | 3f3f3f793f3f |
UTF-8 | 혰쨋혖y혘짰 | 11101101100110001011000011101100101010001000101111101101100110001001011001111001111011011001100010011000111011001010011110110000 | ed98b0eca88bed989679ed9898eca7b0 |
UHC | 혰쨋혖y혘짰 | 1100001010010111110000101011011011000010100000010111100111000010100000111100001010101110 | c297c2b6c28179c283c2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)