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 | ìûÌçȺ | 111011001111101111001100111001111100100010111010 | ecfbcce7c8ba |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ìûÌçȺ | 100011111010101111000000100011111010101111100101100011111010101011000000100011111010101110101110100011111010101010110010100011111010001011101011 | 8fabc08fabe58faac08fabae8faab28fa2eb |
UTF-8 | ìûÌçȺ | 110000111010110011000011101110111100001110001100110000111010011111000011100010001100001010111010 | c3acc3bbc38cc3a7c388c2ba |
UHC | ?????º | 00111111001111110011111100111111001111111010100010101100 | 3f3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)