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 | セマ悉捨者爾 | 10111110110011111000111010111011100011101100110010001110110100101000111010100010 | becf8ebb8ecc8ed28ea2 |
EUC-JP | セマ悉捨者爾 | 100011101011111010001110110011111011110010111101101111001100111010111100110101001011110010100100 | 8ebe8ecfbcbdbccebcd4bca4 |
UTF-8 | セマ悉捨者爾 | 111011111011110110111110111011111011111010001111111001101000001010001001111001101000110110101000111010001000000010000101111001111000100010111110 | efbdbeefbe8fe68289e68da8e88085e788be |
UHC | ??悉捨者爾 | 00111111001111111110001111111010110111101101011111101101101110101110110010110011 | 3f3fe3faded7edbaecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)