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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 迺槫ョ咲濫B | 11100111100100101001111011100101101011101000110111100111100101111001010001000010 | e7929ee5ae8de7979442 |
EUC-JP | 迺槫ョ咲濫B | 1110110111110010110111001110011110001110101011101011101011101001110011011111010001000010 | edf2dce78eaebae9cdf442 |
UTF-8 | 迺槫ョ咲濫B | 11101000101111111011101011100110101001111010101111101111101111011010111011100101100100101011001011100110101111111010101101000010 | e8bfbae6a7abefbdaee592b2e6bfab42 |
UHC | ????濫B | 00111111001111110011111100111111110101011011110101000010 | 3f3f3f3fd5bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)