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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閼育梛蛛ャ | 111010001000010010001000111001111001111010001011111001011000000110101100 | e88488e79e8be581ac |
EUC-JP | 閼育梛蛛ャ | 11101111111001001011000011101001110110111110101111101001111000011000111010101100 | efe4b0e9dbebe9e18eac |
UTF-8 | 閼育梛蛛ャ | 111010011001011010111100111010001000001010110010111001101010001010011011111010001001101110011011111011111011110110101100 | e996bce882b2e6a29be89b9befbdac |
UHC | 閼育?蛛? | 1110010011011001111010111100000000111111111100011100100000111111 | e4d9ebc03ff1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)