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 | ??無? | 0011111100111111100101101011001100111111 | 3f3f96b33f |
EUC-JP | ??無? | 0011111100111111110011001011010100111111 | 3f3fccb53f |
UTF-8 | 뤈달無릿 | 111010111010010010001000111010111000101110101100111001111000010010100001111010111010011010111111 | eba488eb8bace784a1eba6bf |
UHC | 뤈달無릿 | 1000111110111000101101001101111011011001111011011011100010110100 | 8fb8b4ded9edb8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)