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{^ | 110111101110010001101011011111011101111011100100011010110111101101011110 | dee46b7ddee46b7b5e |
SJIS-WIN | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
EUC-JP | Þäk}Þäk{^ | 1000111110101001101100001000111110101011101000110110101101111101100011111010100110110000100011111010101110100011011010110111101101011110 | 8fa9b08faba36b7d8fa9b08faba36b7b5e |
UTF-8 | Þäk}Þäk{^ | 11000011100111101100001110100100011010110111110111000011100111101100001110100100011010110111101101011110 | c39ec3a46b7dc39ec3a46b7b5e |
UHC | Þ?k}Þ?k{^ | 1010100010101101001111110110101101111101101010001010110100111111011010110111101101011110 | a8ad3f6b7da8ad3f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)