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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 斟??斟??^ | 100111011100111000111111001111111001110111001110001111110011111101011110 | 9dce3f3f9dce3f3f5e |
EUC-JP | 斟??斟??^ | 110110101101000000111111001111111101101011010000001111110011111101011110 | dad03f3fdad03f3f5e |
UTF-8 | 斟렒렯斟렒렯^ | 11100110100101101001111111101011101000001001001011101011101000001010111111100110100101101001111111101011101000001001001011101011101000001010111101011110 | e6969feba092eba0afe6969feba092eba0af5e |
UHC | 斟렒렯斟렒렯^ | 11110010111110001000111010100111100011101011110011110010111110001000111010100111100011101011110001011110 | f2f88ea78ebcf2f88ea78ebc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)