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 | 伊豆??? | 10001000110010011001001110100100001111110011111100111111 | 88c993a43f3f3f |
EUC-JP | 伊豆??勖 | 101100001100101111000110101001100011111100111111100011111011001111101101 | b0cbc6a63f3f8fb3ed |
UTF-8 | 伊豆렰렋勖 | 111001001011110010001010111010001011000110000110111010111010000010110000111010111010000010001011111001011000101110010110 | e4bc8ae8b186eba0b0eba08be58b96 |
UHC | 伊豆렰렋勖 | 11101100101001011101010011100111100011101011110110001110101000101110100111101101 | eca5d4e78ebd8ea2e9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)