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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???唯? | 001111110011111100111111100101110100001000111111 | 3f3f3f97423f |
EUC-JP | ???唯? | 001111110011111100111111110011011010001100111111 | 3f3f3fcda33f |
UTF-8 | 閱묒슧唯싩 | 111010011001011010110001111010111010110010010010111011001000101010100111111001011001010010101111111011001000101110101001 | e996b1ebac92ec8aa7e594afec8ba9 |
UHC | 閱묒슧唯싩 | 11100110111100111001000111101100100110101011000111101010111001101001101011100111 | e6f391ec9ab1eae69ae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)