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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顋句叙褻城棡 | 111010001111100110001011111001011000111110010110111001011111011010001111111010011001111010011100 | e8f98be58f96e5f68fe99e9c |
EUC-JP | 顋句叙褻城棡 | 111100001111101110110110111001111011110111110110111010101111100010111110111010111101101111111100 | f0fbb6e7bdf6eaf8beebdbfc |
UTF-8 | 顋句叙褻城棡 | 111010011010000110001011111001011000111110100101111001011000111110011001111010001010010010111011111001011001111110001110111001101010001110100001 | e9a18be58fa5e58f99e8a4bbe59f8ee6a3a1 |
UHC | ?句?褻城? | 001111111100111110100011001111111110000011100001111000001111001000111111 | 3fcfa33fe0e1e0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)