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 | 鬢籠ヒホ | 111010011010010011100010110001001100101111001110 | e9a4e2c4cbce |
EUC-JP | 鬢籠ヒホ | 1111001010100110111001001100011010001110110010111000111011001110 | f2a6e4c68ecb8ece |
UTF-8 | 鬢籠ヒホ | 111010011010110010100010111001111011000110100000111011111011111010001011111011111011111010001110 | e9aca2e7b1a0efbe8befbe8e |
UHC | ?籠?? | 0011111111010110111010110011111100111111 | 3fd6eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)