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 | 瀛??永 | 111000000110100100111111001111111000100101101001 | e0693f3f8969 |
EUC-JP | 瀛??永 | 110111111100101000111111001111111011000111001010 | dfca3f3fb1ca |
UTF-8 | 瀛믢퍊永 | 111001111000000010011011111010111010111110100010111011011000110110001010111001101011000010111000 | e7809bebafa2ed8d8ae6b0b8 |
UHC | 瀛믢퍊永 | 1110011110111010100100101110010010111011100000011110011110110101 | e7ba92e4bb81e7b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)