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 | 伊?助?腫 | 1000100011001001001111111000111110010101001111111000111011101110 | 88c93f8f953f8eee |
EUC-JP | 伊?助?腫 | 1011000011001011001111111011110111110101001111111011110011110000 | b0cb3fbdf53fbcf0 |
UTF-8 | 伊렫助렪腫 | 111001001011110010001010111010111010000010101011111001011000101010101001111010111010000010101010111010001000010110101011 | e4bc8aeba0abe58aa9eba0aae885ab |
UHC | 伊렫助렪腫 | 11101100101001011000111010111001111100001011111010001110101110001111000011111110 | eca58eb9f0be8eb8f0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)