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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辰炭即谷遜 | 10010010010000111001001001011001100100011010011010010010010010101001000110111011 | 9243925991a6924a91bb |
EUC-JP | 辰炭即谷遜 | 11000011101001001100001110111010110000101010100011000011101010111100001010111101 | c3a4c3bac2a8c3abc2bd |
UTF-8 | 辰炭即谷遜 | 111010001011111010110000111001111000001010101101111001011000110110110011111010001011000010110111111010011000000110011100 | e8beb0e782ade58db3e8b0b7e9819c |
UHC | 辰炭?谷遜 | 111100101110001111110111101010010011111111001101110110111110000111100001 | f2e3f7a93fcddbe1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)