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 | 好??? | 1000110101000100001111110011111100111111 | 8d443f3f3f |
EUC-JP | 好泮?? | 10111001101001011000111111000111101010000011111100111111 | b9a58fc7a83f3f |
UTF-8 | 好泮띷텕 | 111001011010010110111101111001101011001110101110111010111001110110110111111011011000010110010101 | e5a5bde6b3aeeb9db7ed8595 |
UHC | 好泮띷텕 | 1111101110111111110110101110101010001101111001101011011010001110 | fbbfdaea8de6b68e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)