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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 夜μ? | 1001011011101001100000111100101000111111 | 96e983ca3f |
EUC-JP | 夜μ? | 1100110011101011101001101100110000111111 | cceba6cc3f |
UTF-8 | 夜μ빇 | 1110010110100100100111001100111010111100111010111011100110000111 | e5a49ccebcebb987 |
UHC | 夜μ빇 | 111001011010100010100101111011001001010110101110 | e5a8a5ec95ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)