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 | 室霆ホ跛キ | 11110000101100111000111010111010111010001011101111001110111001101110101010110111 | f0b38ebae8bbcee6eab7 |
EUC-JP | ?室霆ホ跛キ | 0011111110111100101111001111000010111101100011101100111011101100111011001000111010110111 | 3fbcbcf0bd8eceecec8eb7 |
UTF-8 | 室霆ホ跛キ | 111011101000000110110010111001011010111010100100111010011001110010000110111011111011111010001110111010001011011110011011111011111011110110110111 | ee81b2e5aea4e99c86efbe8ee8b79befbdb7 |
UHC | ?室霆?跛? | 001111111110001111111000111011111111110100111111111101111111010100111111 | 3fe3f8effd3ff7f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)