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 | 釵カ?貍 | 111001111101111010110110001111111110011010111100 | e7deb63fe6bc |
EUC-JP | 釵カ墱貍 | 111011101110000010001110101101101000111110111000110011011110110010111110 | eee08eb68fb8cdecbe |
UTF-8 | 釵カ墱貍 | 111010011000011110110101111011111011110110110110111001011010001010110001111010001011001010001101 | e987b5efbdb6e5a2b1e8b28d |
UHC | 釵??? | 1111001111111011001111110011111100111111 | f3fb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)