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{^ | 001111110111110101101011011111010011111101111101011010110111101101011110 | 3f7d6b7d3f7d6b7b5e |
SJIS-WIN | 莵}k}莵}k{^ | 1110010010110111011111010110101101111101111001001011011101111101011010110111101101011110 | e4b77d6b7de4b77d6b7b5e |
EUC-JP | 莵}k}莵}k{^ | 1110100010111001011111010110101101111101111010001011100101111101011010110111101101011110 | e8b97d6b7de8b97d6b7b5e |
UTF-8 | 莵}k}莵}k{^ | 11101000100011101011010101111101011010110111110111101000100011101011010101111101011010110111101101011110 | e88eb57d6b7de88eb57d6b7b5e |
UHC | ?}k}?}k{^ | 001111110111110101101011011111010011111101111101011010110111101101011110 | 3f7d6b7d3f7d6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)