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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 痍??? | 1110000101110111001111110011111100111111 | e1773f3f3f |
EUC-JP | 痍??? | 1110000111011000001111110011111100111111 | e1d83f3f3f |
UTF-8 | 痍얍롛泥 | 111001111001011110001101111011001001011010001101111010111010000110011011111011111010011110100011 | e7978dec968deba19befa7a3 |
UHC | 痍얍롛泥 | 1110110010110111101111101110010110001110110111111110110010110010 | ecb7bee58edfecb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)