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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | ?臆k}?臆k{^ | 0011111110001001101100000110101101111101001111111000100110110000011010110111101101011110 | 3f89b06b7d3f89b06b7b5e |
EUC-JP | ?臆k}?臆k{^ | 0011111110110010101100100110101101111101001111111011001010110010011010110111101101011110 | 3fb2b26b7d3fb2b26b7b5e |
UTF-8 | 쏰臆k}쏰臆k{^ | 1110110010001111101100001110100010000111100001100110101101111101111011001000111110110000111010001000011110000110011010110111101101011110 | ec8fb0e887866b7dec8fb0e887866b7b5e |
UHC | 쏰臆k}쏰臆k{^ | 10011100010011111110010111100110011010110111110110011100010011111110010111100110011010110111101101011110 | 9c4fe5e66b7d9c4fe5e66b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)