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 | 莨鷺制尞 | 1110010010111100100011011110101110010000101001111111101010101011 | e4bc8deb90a7faab |
EUC-JP | 莨鷺制尞 | 111010001011111010111010111011011100000010101001100011111011101011101011 | e8bebaedc0a98fbaeb |
UTF-8 | 莨鷺制尞 | 111010001000111010101000111010011011011110111010111001011000100010110110111001011011000010011110 | e88ea8e9b7bae588b6e5b09e |
UHC | ?鷺制? | 001111111101011011011100111100001010010000111111 | 3fd6dcf0a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)