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 | ?ιⅤ悽 | 00111111100000111100011110000111010110001001110010101100 | 3f83c787589cac |
EUC-JP | ?ι?悽 | 001111111010011011001001001111111101100010101110 | 3fa6c93fd8ae |
UTF-8 | 납ιⅤ悽 | 1110101110000010101010011100111010111001111000101000010110100100111001101000001010111101 | eb82a9ceb9e285a4e682bd |
UHC | 납ιⅤ悽 | 1011001110110011101001011110100110100101101101001111010010100100 | b3b3a5e9a5b4f4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)