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 | 淀潘??n | 1001011110000100111000000100111000111111001111111000001010001110 | 9784e04e3f3f828e |
EUC-JP | 淀潘??n | 1100110111100100110111111010111100111111001111111010001111101110 | cde4dfaf3f3fa3ee |
UTF-8 | 淀潘렟쮸n | 111001101011011110000000111001101011110110011000111010111010000010011111111011001010111010111000111011111011110110001110 | e6b780e6bd98eba09fecaeb8efbd8e |
UHC | 淀潘렟쮸n | 11101111111000111101101011101011100011101011000011000010111010011010001111101110 | efe3daeb8eb0c2e9a3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)