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 | 翁??О | 100010011010010100111111001111111000010001001111 | 89a53f3f844f |
EUC-JP | 翁??О | 101100101010011100111111001111111010011110110000 | b2a73f3fa7b0 |
UTF-8 | 翁띘덜О | 1110011110111111100000011110101110011101100110001110101110001101100111001101000010011110 | e7bf81eb9d98eb8d9cd09e |
UHC | 翁띘덜О | 1110100010111010100011011100111010110100111110101010110010110000 | e8ba8dceb4faacb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)