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 | 莨鷺蕩奣 | 1110010010111100100011011110101110010011101000001111101010100011 | e4bc8deb93a0faa3 |
EUC-JP | 莨鷺蕩奣 | 111010001011111010111010111011011100011010100010100011111011100011111100 | e8bebaedc6a28fb8fc |
UTF-8 | 莨鷺蕩奣 | 111010001000111010101000111010011011011110111010111010001001010110101001111001011010010110100011 | e88ea8e9b7bae895a9e5a5a3 |
UHC | ?鷺蕩? | 001111111101011011011100111101111011100100111111 | 3fd6dcf7b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)