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 | 域??伊 | 100010001110011000111111001111111000100011001001 | 88e63f3f88c9 |
EUC-JP | 域??伊 | 101100001110100000111111001111111011000011001011 | b0e83f3fb0cb |
UTF-8 | 域뱀슃伊 | 111001011001111110011111111010111011000110000000111011001000101010000011111001001011110010001010 | e59f9febb180ec8a83e4bc8a |
UHC | 域뱀슃伊 | 1110011010110100101110011110110010011010100101011110110010100101 | e6b4b9ec9a95eca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)