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 | ú¶[ú¶[^ | 111110101011011010010110010110111111101010110110100101100101101101011110 | fab6965bfab6965b5e |
SJIS-WIN | ?¶?[?¶?[^ | 0011111110000001111101110011111101011011001111111000000111110111001111110101101101011110 | 3f81f73f5b3f81f73f5b5e |
EUC-JP | ú¶?[ú¶?[^ | 100011111010101111100010101000101111100100111111010110111000111110101011111000101010001011111001001111110101101101011110 | 8fabe2a2f93f5b8fabe2a2f93f5b5e |
UTF-8 | ú¶[ú¶[^ | 110000111011101011000010101101101100001010010110010110111100001110111010110000101011011011000010100101100101101101011110 | c3bac2b6c2965bc3bac2b6c2965b5e |
UHC | ?¶?[?¶?[^ | 0011111110100010110100100011111101011011001111111010001011010010001111110101101101011110 | 3fa2d23f5b3fa2d23f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)