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 | û[Û¼û[Û¼^ | 111110110101101111011011101111001111101101011011110110111011110001011110 | fb5bdbbcfb5bdbbc5e |
SJIS-WIN | ?[???[??^ | 001111110101101100111111001111110011111101011011001111110011111101011110 | 3f5b3f3f3f5b3f3f5e |
EUC-JP | û[Û?û[Û?^ | 1000111110101011111001010101101110001111101010101110010100111111100011111010101111100101010110111000111110101010111001010011111101011110 | 8fabe55b8faae53f8fabe55b8faae53f5e |
UTF-8 | û[Û¼û[Û¼^ | 110000111011101101011011110000111001101111000010101111001100001110111011010110111100001110011011110000101011110001011110 | c3bb5bc39bc2bcc3bb5bc39bc2bc5e |
UHC | ?[?¼?[?¼^ | 0011111101011011001111111010100011111001001111110101101100111111101010001111100101011110 | 3f5b3fa8f93f5b3fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)