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 | ?男?? | 0011111110010010011010100011111100111111 | 3f926a3f3f |
EUC-JP | ?男?? | 0011111111000011110010110011111100111111 | 3fc3cb3f3f |
UTF-8 | 룵男룶웡 | 111010111010001110110101111001111001010010110111111010111010001110110110111011001001101110100001 | eba3b5e794b7eba3b6ec9ba1 |
UHC | 룵男룶웡 | 1000111110101010110100011111101110001111101010111011111111111101 | 8faad1fb8fabbffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)