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 | 乙??只? | 10001001101100110011111100111111100100011111110000111111 | 89b33f3f91fc3f |
EUC-JP | 乙??只? | 10110010101101010011111100111111110000101111111000111111 | b2b53f3fc2fe3f |
UTF-8 | 乙재횐只렑 | 111001001011100110011001111011001001111010101100111011011001101010010000111001011000111110101010111010111010000010010001 | e4b999ec9eaced9a90e58faaeba091 |
UHC | 乙재횐只렑 | 11101011111000001100000011100111110010001011101011110001111111101000111010100110 | ebe0c0e7c8baf1fe8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)