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 | 社捨邪縞 | 1000111011010000100011101100110010001110110101111000111011001000 | 8ed08ecc8ed78ec8 |
EUC-JP | 社捨邪縞 | 1011110011010010101111001100111010111100110110011011110011001010 | bcd2bccebcd9bcca |
UTF-8 | 社捨邪縞 | 111001111010010010111110111001101000110110101000111010011000001010101010111001111011100010011110 | e7a4bee68da8e982aae7b89e |
UHC | 社捨邪縞 | 1101111011100100110111101101011111011110111101111111101111010110 | dee4ded7def7fbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)