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 | ?????w | 001111110011111100111111001111110011111101110111 | 3f3f3f3f3f77 |
SJIS-WIN | ?????w | 001111110011111100111111001111110011111101110111 | 3f3f3f3f3f77 |
EUC-JP | ?????w | 001111110011111100111111001111110011111101110111 | 3f3f3f3f3f77 |
UTF-8 | 혞횋혡쨈챈w | 11101101100110001001111011101101100110101000101111101101100110001010000111101100101010001000100011101100101100011000100001110111 | ed989eed9a8bed98a1eca888ecb18877 |
UHC | 혞횋혡쨈챈w | 1100001010001000110000111000100111000010100010101100001010110100110000111010011001110111 | c288c389c28ac2b4c3a677 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)