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 | セウ邪丈 | 101111101011001110001110110101111000111111100100 | beb38ed78fe4 |
EUC-JP | セウ邪丈 | 1000111010111110100011101011001110111100110110011011111011100110 | 8ebe8eb3bcd9bee6 |
UTF-8 | セウ邪丈 | 111011111011110110111110111011111011110110110011111010011000001010101010111001001011100010001000 | efbdbeefbdb3e982aae4b888 |
UHC | ??邪丈 | 001111110011111111011110111101111110110111011011 | 3f3fdef7eddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)