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 | ナ崎ケ慕エ | 11000101100011011110100010111001100101011110011110110100 | c58de8b995e7b4 |
EUC-JP | ナ崎ケ慕エ | 10001110110001011011101011101010100011101011100111001010111010011000111010110100 | 8ec5baea8eb9cae98eb4 |
UTF-8 | ナ崎ケ慕エ | 111011111011111010000101111001011011010010001110111011111011110110111001111001101000010110010101111011111011110110110100 | efbe85e5b48eefbdb9e68595efbdb4 |
UHC | ?崎?慕? | 00111111110100001111100000111111110110011011011100111111 | 3fd0f83fd9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)