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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ナ茁ナ茁B | 1100010111110101101111001111101110010011110001011111010110111100111110111001001101000010 | c5f5bcfb93c5f5bcfb9342 |
EUC-JP | ナ?茁ナ?茁B | 10001110110001010011111110001111110101111101111010001110110001010011111110001111110101111101111001000010 | 8ec53f8fd7de8ec53f8fd7de42 |
UTF-8 | ナ茁ナ茁B | 11101111101111101000010111101110100100001010011111101000100011001000000111101111101111101000010111101110100100001010011111101000100011001000000101000010 | efbe85ee90a7e88c81efbe85ee90a7e88c8142 |
UHC | ??茁??茁B | 001111110011111111110001111010000011111100111111111100011110100001000010 | 3f3ff1e83f3ff1e842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)