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 | 茘曙ソ譯 | 11100100101010111000111110001100101111111110011010100001 | e4ab8f8cbfe6a1 |
EUC-JP | 茘曙ソ譯 | 1110100010101101101111011110110010001110101111111110110010100011 | e8adbdec8ebfeca3 |
UTF-8 | 茘曙ソ譯 | 111010001000110010011000111001101001101110011001111011111011110110111111111010001010110110101111 | e88c98e69b99efbdbfe8adaf |
UHC | ?曙?譯 | 001111111101111111110101001111111110011010111011 | 3fdff53fe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)