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 | ?芽?仇 | 001111111000100111101000001111111000101101110111 | 3f89e83f8b77 |
EUC-JP | ?芽?仇 | 001111111011001011101010001111111011010111011000 | 3fb2ea3fb5d8 |
UTF-8 | 룶芽룵仇 | 111010111010001110110110111010001000101010111101111010111010001110110101111001001011101110000111 | eba3b6e88abdeba3b5e4bb87 |
UHC | 룶芽룵仇 | 1000111110101011111001001011010010001111101010101100111011111011 | 8fabe4b48faacefb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)