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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???悅?? | 00111111001111110011111111111010101111010011111100111111 | 3f3f3ffabd3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 鍊㎫떦悅며룼 | 111011111010011010011011111000111000111010101011111010111001011010100110111001101000001010000101111010111010100110110000111010111010001110111100 | efa69be38eabeb96a6e68285eba9b0eba3bc |
UHC | 鍊㎫떦悅며룼 | 111001101110100010100111111001111000101110111001111001101110110110111000111001111000111110101110 | e6e8a7e78bb9e6edb8e78fae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)