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 | ??H???? | 00111111001111110100100000111111001111110011111100111111 | 3f3f483f3f3f3f |
SJIS-WIN | 偲悉H偲セト璽 | 1000111011000011100011101011101101001000100011101100001110111110110001001000111010100011 | 8ec38ebb488ec3bec48ea3 |
EUC-JP | 偲悉H偲セト璽 | 10111100110001011011110010111101010010001011110011000101100011101011111010001110110001001011110010100101 | bcc5bcbd48bcc58ebe8ec4bca5 |
UTF-8 | 偲悉H偲セト璽 | 11100101100000011011001011100110100000101000100101001000111001011000000110110010111011111011110110111110111011111011111010000100111001111001001010111101 | e581b2e6828948e581b2efbdbeefbe84e792bd |
UHC | ?悉H???璽 | 001111111110001111111010010010000011111100111111001111111101111111011110 | 3fe3fa483f3f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)